I haven’t been able to find this out, but is there a recommended JavaScript library/plugin out there that allows for the user edit the data in a table, much like any sort of input? Or should I just create a table with text inputs in the table’s <td /> tags?
I haven’t been able to find this out, but is there a recommended JavaScript
Share
Use the fabulous Datatables jquery plugin in combination with its editable addon – See demo here: http://jquery-datatables-editable.googlecode.com/svn/trunk/index.html
Datatables – http://datatables.net/
The addon that adds editability to it – http://code.google.com/p/jquery-datatables-editable/