Inline Editor Automatic detection error
Inline Editor Automatic detection error
![danielparker](https://secure.gravatar.com/avatar/63fb56fe86873771d107407cf57175c7/?default=https%3A%2F%2Fvanillicon.com%2F63fb56fe86873771d107407cf57175c7_200.png&rating=g&size=120)
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