Re: Sorting CellTable data server-side

2011-09-02 Thread Jeff Larsen
In the meantime you could create a map with the Column and with the database name. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/_zKty6W-OCU

Re: Sorting CellTable data server-side

2011-09-02 Thread fabio.bozzo
So.. do I have to update my gwt sdk version? On 1 Set, 17:39, Thomas Broyer wrote: > That's probably the reason behind this recent > change:http://code.google.com/p/google-web-toolkit/source/detail?r=10487 -- You received this message because you are subscribed to the Google Groups "Google We

Re: Sorting CellTable data server-side

2011-09-01 Thread Thomas Broyer
That's probably the reason behind this recent change: http://code.google.com/p/google-web-toolkit/source/detail?r=10487 -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/

Sorting CellTable data server-side

2011-09-01 Thread fabio.bozzo
I'm currently using a Gwt CellTable, bound to my GAE/Objectify backend via RPC calls. All right now! :-) Then I want to sort columns, so I read http://code.google.com/intl/it-IT/webtoolkit/doc/latest/DevGuideUiCellTable.html#columnSorting The Async Remote sorting sections shows very well how to