Inline Editor Automatic detection error

Inline Editor Automatic detection error

danielparkerdanielparker Posts: 1Questions: 1Answers: 0
edited October 2018 in Free community support

Hi,
I has issue on inline edit, https://datatables.net/manual/tech-notes/11.
I tried this code

$('#datatable').on( 'click', 'tbody td.editable', function (e) {
      editor.inline( this,'mamger.id' );
    } );

but got this error 'TypeError: e is undefined'.
I hope good advice and solutions.
Thanks.

Answers

This discussion has been closed.