GWT Table that supports sorting, scrolling and filtering

前端 未结 5 1273
无人共我
无人共我 2021-02-20 01:26

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,
5条回答
  •  孤街浪徒
    2021-02-20 02:00

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

提交回复
热议问题