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

PVR
  • 2,534
  • 18
  • 38

1 Answers1

2

You may need to define your own ColumnSortEvent handler.

See the docs on column sorting for more information

Paul
  • 1,068
  • 8
  • 8