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?
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 )
you might try http://www.jeasyui.com/demo/index.php which seems to be quite neat (not tested).
I used Kendo UI WEB Open Source (http://www.kendoui.com/download.aspx) Also you can try using JTable http://www.jtable.org/
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.
精彩评论