How can I allow inline spreadsheet-like editing with Editor? Does Editor integrate, for example, with JEditable (http://datatables.net/examples/api/editable.html)
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.
Replies
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