After row delete I need to do some aditional actions on the php side
After row delete I need to do some aditional actions on the php side
This question has an accepted answers - jump to answer
This discussion has been closed.
This question has an accepted answers - jump to answer
Answers
I don't use the Editor server side libraries but I believe there are events you can use. See if this is what you are looking for:
https://editor.datatables.net/manual/php/events
Kevin
Thanks Kevin for pointing me into the right direction.
->on('postRemove', function ($editor, $id, $values) {
on editor is what I was looking for.