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.