Replies: 1 comment 3 replies
-
Hey, I use accessor instead of Cell
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In an in-house version of React-Table UI we made use of the entire mapped array of the table, even while only using the singular accessor for sorting and filtering, it'd be nice to get access to that in V7 without having to destructure deeply into
Cell: ({ row: { original } }) =>
Example of current format:
Nice to have:
Not a huge ask but it would clean up our code dramatically!
Beta Was this translation helpful? Give feedback.
All reactions