[useSortBy] Add a boolean type to the default sort type #3056
Unanswered
ltnscp9028
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
react-table does not support boolean sort.
Sort Type string options is
basic
,datetime
,alphanumeric
. Defaults toalphanumeric
.We can sort with basic SortType, but I think you'll need a boolean type for clarity.
I want generate a PR for a boolean sort. Is it ok ??
Beta Was this translation helpful? Give feedback.
All reactions