How to make one of the column not sortable?
I want to make column on the left ("#") is not sortable, how to do it?

4 Replies
like-goldOP•2y ago
genetic-orange•2y ago
There is a
enableSorting
flag, which if you set to false will disable sorting on that column.
like-goldOP•2y ago
I just want to disable sort for a specific column only, not the entire table column.
genetic-orange•2y ago
Yes, that option is available on a per column basis. You add the
enableSorting: false
flag to the column you DON'T want to be sortable.