tags:

views:

148

answers:

3

Can anybody suggest a nice and clean simple jquery based datagrid, i don't need bulky features that comes with flexigrid or jqgrid. just need a paging and column sorter and of course with ajax support.

+5  A: 
jitter
and i just learned ingrid is a dead project
kar
ingrid is nice, and it has ajax support now, im trying it.
kar
+1  A: 

Extjs has a nice data grid, supports AJAX, and can work with jQuery. It might be considered "bulky", though.

Spike Williams
too bulky, and having 2 different frameworks on 1 page is evil, lol
kar
+1  A: 

Compass DataGrid is great if you are preparing the data on the server-side. Has the most common features with ajax/paging support.

Cristian
thanks, but i've decided to build my own grid plugin. so far i managed to have all features i need with the js under 4k unpacked, based on tablesorter.
kar