Use data that is not defined in columns within table? #5333
Unanswered
kalaschnik
asked this question in
Q&A
Replies: 1 comment
-
You could make amount an object, like:
Make the accessor a function that looks for amount.value and the in the row display, set the title value of the div to be Alternatively and with the original shape, in column definitions just don't define a column helper for the amount field and access it the same way as above on the row render. |
Beta Was this translation helpful? Give feedback.
0 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 y'all,
I have data properties that I want to show in the table, yet not in a column. Instead, I want to show a property on hover a label (using title argument).
For example, I've got the following data object
Is there a way to show the currency property as

title
value for the corresponding value within the Amount column? For example:Here is a code sandbox:
https://codesandbox.io/p/devbox/vigilant-lumiere-9kvwvw?file=%2Fapp%2Fpage.tsx%3A6%2C1-21%2C5
Beta Was this translation helpful? Give feedback.
All reactions