Open GoogleCodeExporter opened 9 years ago
Hi there,
PagingScrollbaleTable is not supposed to use the Default Sorter; on the
requestRows method, the column name is passed to the server through the request
so that yoiu do your own server side sorting.
Never the less, you still can re-activate the default sorter (html cell content
based) by setting:
pagingScrollTable.getDataTable().setColumnSorter(null);
Just after initializing the pagingScrollTable.
Original comment by mardig...@gmail.com
on 3 Aug 2010 at 1:24
Original issue reported on code.google.com by
davisf...@gmail.com
on 8 Oct 2009 at 6:30Attachments: