Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT Table that supports sorting, scrolling and filtering

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.

like image 717
user24456 Avatar asked Oct 02 '08 10:10

user24456


1 Answers

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

like image 147
snorbi Avatar answered Oct 01 '22 03:10

snorbi