Hi,
I'm using GWT 2.2. We have requirement to display huge data (around
8000 rows and 20 columns) in Celltable.
The celltable is placed within a ScrollPanel to scroll the data. We
are not using pager.
Following javascript is displayed " Stop running this script? A script
on this page is causing Internet Explorer to run slowly. If it
continues to run, your computer may become unresponsive". When I click
on "Continue few times, finally the data is displayed. However when I
drag the scrollbar or click on the row, it is very slow.
We are using Firefox 3.5 and IE7. This slowness happens in both the
browsers.
Can celltable handle such huge data without pager? Any help/suggestion
appreciated.
--
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-we...@googlegroups.com.
To unsubscribe from this group, send email to google-web-tool...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
8000 is the max limit for the data in our case. Though this is not a
practical scenario, we just thought of handling the worst case. We
wanted to identify if the problem was in our coding or if Celltable
has some issue with such large data.
As John suggested I would try the Push API approach else we might
require to revisit the requirement.
Any sugestions on how to make the serialization/deserialization run faster ??