Hello all,
I have a simple grid with a default sort defined on the redux store. It works perfectly fine on load but when I try to change de the sortdirection by clicking on the arrow, the eventHandler onSortChange catch an empty array instead of the current sort.
you can see it on the 3 files attached.
Any id why the e.sort array is empty ?
Thank you.