最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Alternative to jqGrid, just an edit feature with ajax - Stack Overflow

programmeradmin2浏览0评论

I've been searching around for a jquery plugin or some js source code that will allow me to implement editing on a html table created with ajax. I came across jqGrid but I feel like it's a bit overkill and it would resort to me having to create the table on the server side. Plus, I already wrote the ajax for deleting rows. All I really need is inline editing of text fields, check boxes, select dropdowns and jQuery ui DatePicker.

Does anyone know of a plugin or tutorial on how to implement this type of editing into an html table with ajax? If not, a guideline to writing the js would be very helpful.

I've been searching around for a jquery plugin or some js source code that will allow me to implement editing on a html table created with ajax. I came across jqGrid but I feel like it's a bit overkill and it would resort to me having to create the table on the server side. Plus, I already wrote the ajax for deleting rows. All I really need is inline editing of text fields, check boxes, select dropdowns and jQuery ui DatePicker.

Does anyone know of a plugin or tutorial on how to implement this type of editing into an html table with ajax? If not, a guideline to writing the js would be very helpful.

Share Improve this question edited Jul 29, 2017 at 10:34 Brian Tompsett - 汤莱恩 5,89372 gold badges61 silver badges133 bronze badges asked Apr 27, 2011 at 19:59 Trevor ArjeskiTrevor Arjeski 2,1681 gold badge26 silver badges42 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 8

The best is SlickGrid: SlickGrid

Documentation is still a little light but it's CRAZY fast. As of this writing, the only way to learn how to use it is to look through the examples:

Examples

Simple example - 1

发布评论

评论列表(0)

  1. 暂无评论