Can paging for grid only be used w/ server-side queries?
Can paging for grid only be used w/ server-side queries?
All the examples that I have been able to find related to paging grids deal with making server-side calls to get pages of data. Can paging be set up to handle the data that is already in the client? If so, how can I do that? We are currently using YUI datatables, and they provide a way to page through data that has already been loaded in their store, but I can't seem to find out how to do that in Ext. Admittedly, I am new to this framework, so I may be missing something obvious, so I apologize in advance.
Us developers are pushing to move to using Ext for our application, but we have to be able to demonstrate that it can do what YUI is already doing. Grids/datatables are a big component of our application, and so far the paging is the only thing that I can not replicate. The other features of the Ext grid out of the box already outshine YUI in my opinion, but I know controlling the page size of the tables is extremely important to our clients.
We are currently using version 2 of Ext, but may be upgrading to version 3 in the future. Would there be any difference in that version for trying to accomplish my goal? I didn't want to double post, but can if that is what should be done considering it is a question about version 3.
Thanks in advance for any help/advice anyone may have.