Comparisons of Javascript 'data grids'?

Posted by Joe on Pro Webmasters See other posts from Pro Webmasters or by Joe
Published on 2013-01-29T16:38:31Z Indexed on 2013/06/24 16:38 UTC
Read the original article Hit count: 158

Filed under:
|

I've found plenty of questions between here and StackExchange of people asking for the 'best' data grid / data table, or one that has a particular feature, and plenty of lists out there (of various ages) listing the various data grid implementations ... but is anyone aware of any matrix of what features the various solutions implement?

(eg, allow shift-click to select multiple; support checkboxes for selection; can update a regular table in-place; allow editing of cells; support websql or indexeddb for local caching; which browsers they support; infinite scroll; etc.)

There's a generic 'javascript framework' comparison on wikipedia, which would be the sort of thing I'm looking for, but it doesn't go into detail on data grids. (which makes sense, as so many are extensions, not core features of those frameworks, and in the case of jQuery, there's lots of 'em.)

© Pro Webmasters or respective owner

Related posts about JavaScript

Related posts about table