GWT CellTable sorting

Go To StackoverFlow.com

4

I am using celltable of GWT. And I am trying to sort a data of a column according to name of the user. But anyhow it is not getting sorted. I am following the below link.

http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellTable

2012-04-04 04:36
by PVR
http://stackoverflow.com/questions/9504634/set-default-sort-order-for-initial-header-click-on-gwt-cell-tabl - Blessed Geek 2012-04-05 02:39
Thanks all for your suggestion - PVR 2012-06-14 10:20


2

You may need to define your own ColumnSortEvent handler.

See the docs on column sorting for more information

2012-04-04 04:54
by Paul
Ads