Add unsort for sortable feature, like after the 3rd click in column header, the sortStatus will become undefined to unsort the data table.
Example:
1st click in column header:
- sortStatus: columnAccessor = name
- sortStatus: direction = asc
2nd click in column header:
- sortStatus: columnAccessor = name
- sortStatus: direction = desc
3rd click in column header:
- sortStatus: undefined (to unsort the data table)
Add unsort for sortable feature, like after the 3rd click in column header, the sortStatus will become undefined to unsort the data table.
Example:
1st click in column header:
2nd click in column header:
3rd click in column header: