How to execute a function before Insert
How to execute a function before Insert
cirora
Posts: 29Questions: 2Answers: 1
Hi,
I'm using DataTables and Editor.
I have to execute a function before insert of a row.
I have to show some rows in a table, select one of these rows to charge the value in the form of the create.
How can I do this?
This discussion has been closed.
Replies
editor.on( 'initCreate', function (){myFunction});
SOLVED