mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
correct column sort fn (#1866)
This commit is contained in:
parent
812b416367
commit
42ad10a7d8
@ -106,7 +106,7 @@ The following properties are available on every `Column` object returned by the
|
||||
- This function is used to resolve any props needed for this column's UI that is responsible for toggling the sort direction when the user clicks it.
|
||||
- You can use the `getSortByToggleProps` hook to extend its functionality.
|
||||
- Custom props may be passed. **NOTE: Custom props may override built-in sortBy props, so be careful!**
|
||||
- `clearSorting: Function() => void`
|
||||
- `clearSortBy: Function() => void`
|
||||
- This function can be used to programmatically clear the sorting for this column.
|
||||
- `isSorted: Boolean`
|
||||
- Denotes whether this column is currently being sorted
|
||||
|
||||
Loading…
Reference in New Issue
Block a user