-
Notifications
You must be signed in to change notification settings - Fork 430
Closed
Labels
Milestone
Description
i am struggling with the autogenerated key field for columns which seams to be a stringified version of the cell value. This causes conflicts when two different columns for an object display the same value (e.g. you wanna display 2 boolean columns).
Warning: Encountered two children with the same key, `false`. 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.
I have submitted a pull request for review: #173
Alternatively, is there a way to manually set the key value for columns?