4
votes

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

1
Thanks all for your suggestion. - PVR

1 Answers

2
votes

You may need to define your own ColumnSortEvent handler.

See the docs on column sorting for more information