Okay thx.
Another question :-) While using the following
public function updateRecord($ids, $data){
I've noticed that the $data object only contains the changed fields/properties (names and values) when using the detailspage edittor (not the inline edit), but is there also a possibility to send other (unchanged) properties as well, like a so called 'dirtyField'? Because I need some values to compare in my logic.
Update: nevermind, found it: https://www.koolreport.com/docs/dashboard/admin/fields/#properties ( shouldUpdate(true) )
With kind regards,
Marloes