Hi,
GWT CELLTABLE :How to avoid RPC call in AsycDataProvider when I click on prev button.
I am using AsyncDataProvider to fetch data from server to celltable page.
Each time when i click next button i am getting next 100 records from
the server. And it is displaying the data fine. No
issues with next button.
When i click prev button, i am assuming that cellTable had stored the
previously displayed data, and just want to display that existing data.
How to handle this case without making RPC ?
ListDataProvider storing previously displayed data(previously added data in dataProviderList )
Same way How we can handle in AsyncDataProvider ?
--
Best Regards,
Vaibhav Bhalke