GWT Table that supports sorting, scrolling and filtering

gwtgwt-2.2-celltable

I have a project using GWT and it displays data in a table.

I need a Table for GWT that supports:

  • sorting by particular column
  • scrolling the data, while the header is immobile
  • filtering rows for data searched in the table

The project is being created for internal purpose of the company, so I look for a solution that does not require commercial licensing for such uses.

Best Answer

The standard CellTable supports sorting. (Hopefully more features will come soon.)

Related Topic