I'm looking for a nice client-side way of presenting data for a web application that will mostly consist of datagrids. It doesn't have to be JavaScript, but it seems to be the most logical choice, because I like JavaScript. Also, I am not considering Flex.
So far I came up with the following (<acronym title="JavaScript">JS</acronym>
only):
- Ingrid
- jqGrid
- ExtJS grid component
ExtJS grid looks the most promising, in the way that it is mature, easily-extensible and feature-rich (in-line editing, grouping, paging, etc.).
Is there something out there I'm missing?