Inline Editor Automatic detection error
Inline Editor Automatic detection error
danielparker
Posts: 1Questions: 1Answers: 0
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.
This discussion has been closed.
Answers
Hi @danielparker ,
You don't need
e
on that first line, see the usage forinline()
,Cheers,
Colin