views:

193

answers:

1

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?

+5  A: 

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

Alternatives:

Darin Dimitrov
Looks great, though I'm looking for something free and not server side bound. I'll update the question.
Ehrann Mehdan
Flexgrid looks great, though a bit quaky, but looks very close to Ext-JS, thanks
Ehrann Mehdan