GWT Table that supports sorting, scrolling and filtering

前端 未结 5 1208
无人共我
无人共我 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 01:55

    GWT Ext provides a table that meets these requirements.

    It provides a wrapper around the Ext javascript library, so its best to commit to using either only GWT Ext widgets, or GWT widgests. They can be combined, but sometimes don't play well with each other.

提交回复
热议问题