GWT Table that supports sorting, scrolling and filtering
gwt, gwt-2.2-celltable
Solution
The standard CellTable supports sorting. (Hopefully more features will come soon.)
Problem
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.