robust, mature, extensible (JavaScript) datagrid? [closed]

♀尐吖头ヾ 提交于 2019-12-12 09:18:05

问题


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!



来源:https://stackoverflow.com/questions/583894/robust-mature-extensible-javascript-datagrid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!