Hi, the paging scroll table retrieves the data by calling requestRows ( Request r, Callback c) on the tableModel.
Would it be possible to change it to requestRows( Request r, Callback c, TableDefinition t) so I can check the coldefs for further information b4 I do request the data? My problem is, that I have property bound columns, and the column definitions know the name of the property. To do the serverside sorting, I need the name of the property... My workaround at the moment is to give the tablemodel a reference to the tabledef, but I don't like it, since I really would prefer to have the tablemodel "view free". brgds, Papick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
