GWT Table that supports sorting, scrolling and filtering

前端 未结 5 1215
无人共我
无人共我 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:03

    Here is a table supporting sorting and filtering : http://code.google.com/p/gwt-advanced-table/

    Google itself is working on it. Look at this example in the incubator which supports multi-column sorting and fixed header but unfortunately no filtering : http://code.google.com/p/google-web-toolkit-incubator/wiki/ScrollTable

    Other grids and tables are available in the incubator at this address : http://code.google.com/docreader/#p=google-web-toolkit-incubator&s=google-web-toolkit-incubator&t=Tables

    Ext GWT proposes a very nice table, but it is not free (in your case) : http://extjs.com/products/gxt/

提交回复
热议问题