How to use a variable in accessor fn to dynamically pick which data to display #5618
Unanswered
dseravalli
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use a react state variable to decide what is accessed from my data for a column? I'm trying to use a accessor function but I can't get it to work.
Here's a minimal example:
https://codesandbox.io/p/sandbox/tanstack-dynamic-issue-5lh7sr?file=%2Fsrc%2Ftable.tsx%3A3%2C1
Beta Was this translation helpful? Give feedback.
All reactions