Do you mean so the user can edit the cells in a table? If so then there is a blog post here ( http://datatables.net/blog/Inline_editing ) which details how you can create an inline editor for DataTables.
Alternatively there is an example here ( http://datatables.net/release-datatables/examples/api/editable.html ) which shows how to use jEditable with DataTables for inline, individual cell, editing.
And building upon the jEditable plug-in there is a comprehensive CRUD editing plug-in for DataTables here: http://code.google.com/p/jquery-datatables-editable/
Does that help, or would you like anything to be clarified?
Replies
Do you mean so the user can edit the cells in a table? If so then there is a blog post here ( http://datatables.net/blog/Inline_editing ) which details how you can create an inline editor for DataTables.
Alternatively there is an example here ( http://datatables.net/release-datatables/examples/api/editable.html ) which shows how to use jEditable with DataTables for inline, individual cell, editing.
And building upon the jEditable plug-in there is a comprehensive CRUD editing plug-in for DataTables here: http://code.google.com/p/jquery-datatables-editable/
Does that help, or would you like anything to be clarified?
Regards,
Allan