Hi I have a little piece of code which populates a CellTable<T> from a Type <T> by adding the table as a DataProviders DataDisplay and by using the DataProviders list to create a ColumnSortHandler and corresponding Comparators... so each time the user clicks next I populate the table in this manner with the next set of data. It all works great apart from when the number of elements in my set of data is greater than 15. In this case only the top 15 (ordered) elements are displayed I.E. only 15 rows of the CellTable are visible within the VerticalDialog. Is this a default somewhere or can I configure this row limit. I've looked around my code and I can see places where I have instantiated a list and this will default to 10 elements but 15 has me baffled.
I can provide code but thought this would jog a memory without the need for boring old code. Many thanks Tony -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
