Hi, I would like to create a CellTable which gets data from the server through RPC. That's good, no problem with it. Then I'd like to add some sorting feature with async sorting on the server. That's why I'd like to push data table's ColumnSortList through RPC to the server. Unfortunately ColumnSortList doesn't implements isSerializable, so I can't send it to the sever.
How can I send the ColumnSortList information to the server, or how should I implement a sorting method on the server without the ColumnSortList object? Thank you, Peter -- 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.
