jQuery plugin: table with CRUD

霸气de小男生 提交于 2019-12-23 02:43:14

问题


Any recommendations for a jQuery table plugin that will allow me to add, edit, and delete rows (would tie in to DB records)? Flexgrid doesn't have edit capability. Scrolling, sorting, and pagination might be useful features too.

Suggestions?


回答1:


JQGrid - http://www.trirand.com/blog/

Or wait until the official release of a grid comes from JQueryUI (in the works at the moment, http://wiki.jqueryui.com/w/page/34246941/Grid )




回答2:


you might try http://www.jeasyui.com/demo/index.php which seems to be quite neat (not tested).




回答3:


I used Kendo UI WEB Open Source (http://www.kendoui.com/download.aspx) Also you can try using JTable http://www.jtable.org/




回答4:


From non-commercial solutions, it is also good to look at the jTable plugin for jQuery, which has features requested and is under MIT license.



来源:https://stackoverflow.com/questions/5239187/jquery-plugin-table-with-crud

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!