Hello,
I’m using columns’ sorting as well as rows’ movement (drag and drop).
I would like to check the new data order each time.
Are there any methods for these events?
Thanks,
David
Hello,
I’m using columns’ sorting as well as rows’ movement (drag and drop).
I would like to check the new data order each time.
Are there any methods for these events?
Thanks,
David
Hi @davidz
You can add a callback after a row move action like this:
http://jsfiddle.net/3sxprj10/
and after the column was sorted: http://jsfiddle.net/n1623ne8/