I know I can disable local sorting by returning false in beforeColumnSort
hook. But the downside to it is styling (arrow for asc or desc is not shown), as we are stuck in non sort mode.
I need to disable local sorting but to allow for arrows to show up. The reason is sorting will be done by sending request to backend and user still needs to have feedback in which sort mode is he.
Any ideas for this one?