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 set the row's state in response to clicking a button in this column's cell. There are a couple of setState functions available in the props passed to Cell (one under row, and one under cell: row, but neither of them seem to have any effect. What am I missing?
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
-
I'm using
useRowState
, and I have a column definition like this:I want to set the row's state in response to clicking a button in this column's cell. There are a couple of
setState
functions available in the props passed toCell
(one underrow
, and one undercell: row
, but neither of them seem to have any effect. What am I missing?Beta Was this translation helpful? Give feedback.
All reactions