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


<http://about.me/vaibhavbhalke>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to