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
optimistic-goldOP•3y ago
like any one column to default sort
like-gold•3y ago
@gokul js
Use the
sorting
key in the initialState
within the table options used for creating your table.
other-emerald•2y ago
i want to disable for others column how to do it ??