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 badges1 Answer
Reset to default 8The 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