w2grid.load

Loads records from specified url.
load(url, [callBack])
url string, url to pull records from
callBack function, call back function
Returns undefined.

Description

This method will load records from the server without changing the data source to remote. If you set the .url property your data source would be remote and all reloads, sort, and search actions would be submitted to the server. This function does a one time server load and will not remember the url.
If you have a grid defined in the following way: You can go to second page:

User Comments

comments powered by Disqus