健壮、成熟、可扩展的(JavaScript)数据网格?

2022-01-18 00:00:00 grid javascript components datagrid

我正在寻找一种很好的客户端方式来为主要由数据网格组成的 Web 应用程序呈现数据.它不一定是 JavaScript,但它似乎是最合乎逻辑的选择,因为我喜欢 JavaScript.另外,我不考虑使用 Flex.

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.

到目前为止,我想出了以下内容(<acronym title="JavaScript">JS</acronym>):

So far I came up with the following (<acronym title="JavaScript">JS</acronym> only):

  • 英格丽
  • jqGrid
  • ExtJS 网格组件

ExtJS 网格看起来最有前途,因为它成熟、易于扩展且功能丰富(在线编辑、分组、分页等).

ExtJS grid looks the most promising, in the way that it is mature, easily-extensible and feature-rich (in-line editing, grouping, paging, etc.).

有什么我想念的吗?

推荐答案

你应该试试 YUI 库的网格部分.http://developer.yahoo.com/yui/datatable/YUI 是一个真正高质量的库,雅虎在其最苛刻的页面上使用它.

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.

相关文章