Writeable table for users?

Writeable table for users?

anwebanweb Posts: 1Questions: 0Answers: 0
edited November 2011 in General
Hi,
I wonder if it's possible to set the table so the visitor can write in it?

Thanks,
anweb

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    Hi anweb,

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