我正在寻找一种很好的客户端方式来为主要由数据网格组成的 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):
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.
这篇关于健壮、成熟、可扩展的(JavaScript)数据网格?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!