Column share same accessorKey #5148
Unanswered
yusuf8ahmed
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Multiple columns can have the same accessorKey, but they must have unique IDs. Just specify an |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hey Guys
I have these two column and I want them to use the same key in the data ("amount") but I keep on getting this error:
Warning: Encountered two children with the same key, amount. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
Beta Was this translation helpful? Give feedback.
All reactions