Re: CellTable Sort in 2.2
Are you using ListDataProvider or AsyncDataProvider? Either way, you
will have to add ListHandler or AsyncHandler to your cellTable.
Take a look at http://code.google.com/webtoolkit/doc/latest/DevGuideUiCellTable.html.
On Apr 19, 12:47 pm, SVR <svr...@gmail.com> wrote:
> I am using
> payerColumn.setSortable(true);
>
> where payerColumn is of type:
> private class PayerNameColumn extends Column<BasicLocationData, String>
>
> the document just tells to use the api, but I dont get the up/down arrow to
> do the sorting? What else needs to be done?
--
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-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home