Inline editing and adding rows
Inline editing and adding rows
Is jquery-datatables-editable still alive? It seems to be very inactive and I couldn't find any non-deprecated download.
http://code.google.com/p/jquery-datatables-editable
I need to provide live editing functionality with AJAX calls to struts2 actions to update a database, and also the ability to pop up a form for adding new rows. I tried out the above mod but came to difficulty with updating the database as I received an error "Cell cannot be updated" but no explanation.
I've seen Editor but it seems to favor PHP for the server-side end, and I'd have to pay for this...
What free options are available?
http://code.google.com/p/jquery-datatables-editable
I need to provide live editing functionality with AJAX calls to struts2 actions to update a database, and also the ability to pop up a form for adding new rows. I tried out the above mod but came to difficulty with updating the database as I received an error "Cell cannot be updated" but no explanation.
I've seen Editor but it seems to favor PHP for the server-side end, and I'd have to pay for this...
What free options are available?
This discussion has been closed.
Replies
> I've seen Editor but it seems to favor PHP for the server-side end
Editor does indeed ship with a complete PHP server-side implementation, but the client-server communication protocol is fully documented here: http://editor.datatables.net/server/ - allowing it to work with any server-side environment. We have plans for C# and Node.js server-side implementations in future.
Regards,
Allan