4

One of the most appealing features of Ext-JS is the Grid control in my opinion. I was searching for something free that does something close and have set my hopes on jQuery.

I haven't found a jQuery (or other LGPL compatible) Table / Grid plugin that allows to:

  • Reorder columns by dragging
  • Resize columns by dragging
  • Add or Remove columns on the fly
  • Have a default good looking UI (subjective, but Ext-JS look I think is a concensus)

In addition to the rest most grid controls have (Sort, Paging etc)

Is there a free (LGPL) jQuery plugin that does the above?

Eran Medan
  • 44,555
  • 61
  • 184
  • 276

1 Answers1

5

You may take a look at jqGrid which is commercial (the column reordering/resizing demo is in the Functionality/Misc menu).

Alternatives:

Darin Dimitrov
  • 1,023,142
  • 271
  • 3,287
  • 2,928