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. 回答1: The standard CellTable supports sorting. (Hopefully more features will come soon.) 回答2: Here is a table supporting