disableSorting for columns

I would like the ability to disable sorting for all columns in a table. As I am using pagination from the API side, the default sorting triggered by clicking the table header becomes unnecessary in my custom interface. Alternatively, it would be beneficial if I could customize the sorting logic behind the header sorting mechanism.

My custom sorting interface looks like this:

It would be nice if we could manipulate the header sorting logic itself!

Thanks for the feedback, @Waseem_Malik1 I've shared it internally as well!

Currently, the team is working on a sort component, as well as multi-column sorting. I agree that pagination doesn't work well with our current sorting implementation, so hopefully we can get a fix for that, as well as accommodate your request for disabling sorting.