Replies: 2 comments 4 replies
-
After testing again, I can confirm the code is working and was able to get the groupId value from my column. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This works, but when working with TypeScript the problem is your new property isn't on the TableState type, and so when you do |
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.
-
I am trying to set a groupId property to my table to I can later reference it from my column. This is what I am trying to do achieve:
After setting the property, I can reference in my column by getting the table state
Unfortunately, when I use the setState method, my groupId property is not being added. I suppose we can't add custom properties to the state? If so what can we set a custom property to the table so it can be easily accessed by the columns?
Beta Was this translation helpful? Give feedback.
All reactions