选择 jQuery 数据网格插件?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5622716/
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
Choosing a jQuery datagrid plugin?
提问by Shiv Kumar Ganesh
I am trying to add a dynamic datagrid in my web application and since I am using jQuery I am eager to use the plugins available. I am not aware of most of them and also require good documentation because I am new to this, and it will be difficult for me to start without documentation. Where is the the documentation and which site should I look to for this?
我正在尝试在我的 Web 应用程序中添加一个动态数据网格,因为我使用的是 jQuery,所以我很想使用可用的插件。我不知道其中的大多数,并且还需要良好的文档,因为我是新手,如果没有文档,我将很难开始。文档在哪里,我应该在哪个网站上查找?
回答by Adriano Carneiro
You should look here: https://stackoverflow.com/questions/159025/jquery-grid-recommendations
你应该看这里:https: //stackoverflow.com/questions/159025/jquery-grid-recommendations
Update
更新
The link above takes to a question that was closed and then deleted. Here are the original suggestions that were on the most voted answer:
上面的链接指向一个已关闭然后删除的问题。以下是投票最多的答案的原始建议:
- Gijgo Grid:http://gijgo.com/grid/
- jQuery Grid:http://www.trirand.com/blog/
- Ingrid:http://reconstrukt.com/ingrid/
- SlickGridhttp://github.com/mleibman/SlickGrid
- DataTableshttp://www.datatables.net/
- ShieldUI Gridhttp://demos.shieldui.com/web/grid-general/basic-usage
- Gijgo 网格:http ://gijgo.com/grid/
- jQuery 网格:http : //www.trirand.com/blog/
- 英格丽德:http : //reconstrukt.com/ingrid/
- SlickGrid http://github.com/mleibman/SlickGrid
- 数据表http://www.datatables.net/
- ShieldUI 网格http://demos.shieldui.com/web/grid-general/basic-usage
回答by tobias86
A good plugin that I have used before is DataTables.
我以前用过的一个很好的插件是DataTables。
回答by rdworth
The three most used and well supported jQuery grid plugins today are SlickGrid, jqGridand DataTables. See http://wiki.jqueryui.com/Grid-OtherGridsfor more info.
当今三个最常用和受支持最多的 jQuery 网格插件是SlickGrid、jqGrid和DataTables。有关更多信息,请参阅http://wiki.jqueryui.com/Grid-OtherGrids。