使用 HTML5/JavaScript 构建数据网格
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11391036/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Build a datagrid using HTML5/JavaScript
提问by atul
I would like to build a datagrid using HTML5/JavaScript.I do not want to use any third party solution due to licensing issues.The requirements of my grid are very simple :
我想使用 HTML5/JavaScript 构建数据网格。由于许可问题,我不想使用任何第三方解决方案。我的网格的要求非常简单:
- Grid showing about 5 columns.
- First columns contains hyper linked data.
- Grid needs to have pagination.
- 显示大约 5 列的网格。
- 第一列包含超链接数据。
- 网格需要有分页。
Any suggestion on how to implement this ?
关于如何实现这一点的任何建议?
回答by Florent
I do not want to use any third party solution due to licensing issues.
由于许可问题,我不想使用任何第三方解决方案。
You should consider the following libraries distributed under MIT licence:
您应该考虑在 MIT 许可下分发的以下库:
- EditableGrid(lots of cool features)
- Handsontableuses jQuery (MIT licence) (beautiful, easy to extend)
- EditableGrid(很多很酷的功能)
- Handsontable使用 jQuery(MIT 许可)(美观,易于扩展)