How to access to another column's value from a column in v7 #3158
Unanswered
antonin686
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
-
I see in previous version u can access it using :
const columns = [ { Header: 'Name', accessor: 'name', Cell: e => { return e.original.name } ]
but in v7 it doesnt work.
Beta Was this translation helpful? Give feedback.
All reactions