PVR
PVR

Reputation: 2524

GWT CellTable sorting

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

Upvotes: 4

Views: 8238

Answers (1)

Paul
Paul

Reputation: 1088

You may need to define your own ColumnSortEvent handler.

See the docs on column sorting for more information

Upvotes: 2

Related Questions