Choosing a jQuery datagrid plugin? [closed]
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 ava开发者_开发知识库ilable. 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?
You should look here: 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/
- SlickGrid http://github.com/mleibman/SlickGrid
- DataTables http://www.datatables.net/
- ShieldUI Grid http://demos.shieldui.com/web/grid-general/basic-usage
A good plugin that I have used before is DataTables.
The three most used and well supported jQuery grid plugins today are SlickGrid, jqGrid and DataTables. See http://wiki.jqueryui.com/Grid-OtherGrids for more info.
精彩评论