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
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.
-
I'm using
react-table
v7 & noticed that we can useclassName
prop to use custom className for the entire cell.What I need is to dynamically change this className based on the cell value.
I tried following method but didn't succeeded.
Upon reading several other discussions including this one I noticed that you can't manipulate
cell.className
directly.So is there a way to dynamically render cell
classNames
based on the data parsed ?Beta Was this translation helpful? Give feedback.
All reactions