How to execute a function before Insert
How to execute a function before Insert
![cirora](https://secure.gravatar.com/avatar/94148a69f70bd3a1fe527f9dcef1a0e4/?default=https%3A%2F%2Fvanillicon.com%2F94148a69f70bd3a1fe527f9dcef1a0e4_200.png&rating=g&size=120)
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