Hacker News new | ask | show | jobs
by contextfree 5489 days ago
I tried a few of the most popular ones last year, none were satisfactory.
1 comments

ExtJS's set of grid panels was just about the most impressive one I've seen thus far (tree grids, group grids, paging grids, features for filtering/searching, sorting, hide/show columns, binding to xml/json/direct, etc). Though it would probably huge overkill to tie yourself into the whole framework just for one widget.

Examples: http://www.sencha.com/products/extjs/examples/#sample-2

yeah see also dojo's grid (grids I should say, there are several)

jquery.sheet

yui grid

not sure if Google's closure library has a grid control

and of course there are GWT, qooxdoo, etc.

Heres a table comparing javascript frameworks, and there's a row for which have a grid control.