Inline Editing using Editor

Inline Editing using Editor

ifeeresearchifeeresearch Posts: 2Questions: 0Answers: 0
edited November 2013 in Editor
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?

Replies

  • allanallan Posts: 61,650Questions: 1Answers: 10,094 Site admin
    Hi,

    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
  • ifeeresearchifeeresearch Posts: 2Questions: 0Answers: 0
    Hi Allan,

    Thanks for your answer! I look forward for that example.

    Cheers,
    Moises
This discussion has been closed.