Inline editing like (or with) JEditable?

Inline editing like (or with) JEditable?

burncharburnchar Posts: 118Questions: 12Answers: 0
edited October 2012 in Editor
How can I allow inline spreadsheet-like editing with Editor? Does Editor integrate, for example, with JEditable (http://datatables.net/examples/api/editable.html)

Replies

  • SergeHipontoiseSergeHipontoise Posts: 5Questions: 0Answers: 0
    i'd like to know that to ...
  • allanallan Posts: 61,715Questions: 1Answers: 10,107 Site admin
    Currently no - there is no built in way of doing this with Editor. Having said that, it is entirely possible to do using the API and I will be producing a tutorial on how to do it - although it might not be until next year now.

    The basic idea is that you would use the `node` method of Editor to get the field node and replace the cell contents with the Editor input, assigning events to handle return etc as needed to submit the new value.

    Regards,
    Allan
This discussion has been closed.