0

Several months back, I did some searching for a GWT based grid, which would meet a couple of requirements. If memory serves me correctly, I found what I was looking for, however now that I'm searching for it again, I can't seem to find it.

The requirements were as follows:

  1. One was that it could sort by multiple columns (e.g. Shift Click one column then the other and it'll sort by the first one first and 2nd as a sub sort (e.g. Last name then first name sort)).
  2. The next requirement was that I could drag and drop the column order on the fly. Meaning that the user could change the order of the columns by simply dragging and dropping the column headers to the left or right of others.

Please let me know if you know of such a component/library/etc, as it'll save me lots of home cooked code :)

Some Side Notes:

Smart GWT meets Requirement 1, but doesn't allow for the column reordering ( http://www.smartclient.com/smartgwt/showcase/#featured_grid_header_span )

4

1 回答 1

0

我发现了一些类似于我正在寻找的东西:http: //datatables.net/extras/colreorder/

我将看看它的成本,以及它是否完全满足我正在寻找的一切。如果其他人知道同样好的事情,请告诉我。

于 2013-03-29T23:15:43.630 回答