Inline Editing using Editor
Inline Editing using Editor
ifeeresearch
Posts: 2Questions: 0Answers: 0
Is there any update on examples I can follow to use Editor plugin for inline editing. The Update comment on the page http://datatables.net/blog/Inline_editing suggest there is a easier way to do this?
This discussion has been closed.
Replies
Editor doesn't currently support an inline editing mode. v1.3 which is due in late December / early January will feature a new bubble editing mode which will have all the benefits of inline editing but none of the problems (form not fitting into the cell etc). However, I realise that isn't of much help to you here in November - sorry!
It is possible to do inline Editing with Editor at the moment using the node() method: https://editor.datatables.net/api/#node . You would take the node for the field you want to edit and use jQuery to insert it into the cell that was clicked upon. Then submit the form on return key press.
I will see if I can put an example of that together this week.
Regards,
Allan
Thanks for your answer! I look forward for that example.
Cheers,
Moises