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
passive-yellowOP•3y ago
wise-white•3y ago
There is a
enableSorting flag, which if you set to false will disable sorting on that column.
passive-yellowOP•3y ago
I just want to disable sort for a specific column only, not the entire table column.
wise-white•3y 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.