Any way to have default sorting order for specific columns
Is there way to have default sorting order in react table v8. by default its should be sorted in desc order
3 Replies
continuing-cyanOP•3y ago
like any one column to default sort
ratty-blush•3y ago
@gokul js
Use the
sorting key in the initialState within the table options used for creating your table.
old-apricot•3y ago
i want to disable for others column how to do it ??