You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like the data to be sorted server-side, eg. whenever I click on either of columns' sorting arrows, I'd like to execute my custom logic (in reality it means reloading data from the server).
Can I somehow override gridActions.sort() function? Or is there any other way of attaching my custom function to sort indicators?
The text was updated successfully, but these errors were encountered:
Hello.
I would like the data to be sorted server-side, eg. whenever I click on either of columns' sorting arrows, I'd like to execute my custom logic (in reality it means reloading data from the server).
Can I somehow override
gridActions.sort()
function? Or is there any other way of attaching my custom function to sort indicators?The text was updated successfully, but these errors were encountered: