GWT Table that supports sorting, scrolling and filtering

前端 未结 5 1206
无人共我
无人共我 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条回答
  •  Happy的楠姐
    2021-02-20 01:47

    Just to keep this up to date: CellTable now supports paging and single column sorting: https://developers.google.com/web-toolkit/doc/latest/DevGuideUiCellTable?hl=de

    You may want to adapt yout backend request for filtering, as this is usually more performant.

提交回复
热议问题