Inline editing and adding rows

Inline editing and adding rows

cdetsicascdetsicas Posts: 1Questions: 0Answers: 0
edited December 2012 in General
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?

Replies

  • allanallan Posts: 63,213Questions: 1Answers: 10,415 Site admin
    I can't speak for the Editable plug-in, but:

    > 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
This discussion has been closed.