Where can I input the where clause?
Where can I input the where clause?
misteam
Posts: 50Questions: 18Answers: 0
function update_data ( $db, $id) {
$db->update( 'transactions', array(
'counter' => $id
) );
}
->on( 'postCreate', function ( $editor, $id, $row ) {
update_data ( $editor->db(),$id);
})
This discussion has been closed.
Answers
https://editor.datatables.net/manual/php/conditions
Some more complex example here: https://datatables.net/forums/discussion/comment/162022#Comment_162022