使用 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

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-24 05:41:27  来源:igfitidea点击:

Build a datagrid using HTML5/JavaScript

javascripthtml

提问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 构建数据网格。由于许可问题,我不想使用任何第三方解决方案。我的网格的要求非常简单:

  1. Grid showing about 5 columns.
  2. First columns contains hyper linked data.
  3. Grid needs to have pagination.
  1. 显示大约 5 列的网格。
  2. 第一列包含超链接数据。
  3. 网格需要有分页。

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 许可下分发的以下库: