robust, mature, extensible (JavaScript) datagrid?(健壮、成熟、可扩展的(JavaScript)数据网格?)
问题描述
我正在寻找一种很好的客户端方式来为主要由数据网格组成的 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.
这篇关于健壮、成熟、可扩展的(JavaScript)数据网格?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:健壮、成熟、可扩展的(JavaScript)数据网格?
基础教程推荐
- Fabric JS绘制具有活动形状的多边形 2022-01-01
- npm start 错误与 create-react-app 2022-01-01
- Bokeh Div文本对齐 2022-01-01
- Bootstrap 模态出现在背景下 2022-01-01
- 检查 HTML5 拖放文件类型 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01
- fetch 是否支持原生多文件上传? 2022-01-01
