You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to customize the value that is rendered according to the table header.
For example, if the id of the table header is 'priority', we want to write 'general' if the value is 0, and 'administrator' if the value is 10.
However, if I import the value as flexRender(), I am worried that the value is not imported as the number type, which is the value.
Is there any option that can be custom rendered for each table header?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I use version v8
I want to customize the value that is rendered according to the table header.
For example, if the id of the table header is 'priority', we want to write 'general' if the value is 0, and 'administrator' if the value is 10.
However, if I import the value as flexRender(), I am worried that the value is not imported as the number type, which is the value.
Is there any option that can be custom rendered for each table header?
Beta Was this translation helpful? Give feedback.
All reactions