How to execute a function before Insert

How to execute a function before Insert

ciroracirora Posts: 29Questions: 2Answers: 1
edited August 2014 in Free community support

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?

Replies

  • ciroracirora Posts: 29Questions: 2Answers: 1

    editor.on( 'initCreate', function (){myFunction});

    SOLVED

This discussion has been closed.