robust, mature, extensible (JavaScript) datagrid?

2019-04-16 14:32发布

问题:

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?

回答1:

You should try the grid part of the YUI library. http://developer.yahoo.com/yui/datatable/ YUI is a really high quality library which is used by yahoo on its most demanding pages.



回答2:

There are a few really nice looking JQuery ones here: JQuery Plugins (#22 and #23), which would definitely be worth a look!