Replies: 1 comment
-
Nevermind! I found out the solution from here: https://stackoverflow.com/questions/60088576/how-to-do-default-sorting-in-react-table Someone please close this thread |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
My ID header column is displaying in default 1,2,3,4,5 etc. What I want is to be reversed order 5,4,3,2,1 for example:
This is how my column header IS looks like:
Is it something I need to do with the accessor?
Beta Was this translation helpful? Give feedback.
All reactions