Hi,

We tried out the sorting/pagination interfaces of this table in COMMAND mode and looks like they work fine.

We are using the following methods:

setMaxDynaRows()
setMetapushSort()
getCurrentPages()
goToPage()

We use the COMMAND mode and displaying 25 rows per page. We are building the pagination links using (Total pages = getCurrentPages()/25). We rebuild the page links in the item call backs and see if the total pages is changed from the last update.

Is there a reason we shouldn't be using them for sorting and pagination?

We tried with 500 rows and did not see any performance issues. How is the sort handled and where is the data stored (client/server)?

Thanks,
Kal