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 tried to find something online before coming here but can't seem to find something straightforward. At the moment I have a column that has a button and when I click on it , it expands the row:
{
accessorKey: " ",
cell: ({row, getValue}) => {
//some code
return (
THIS IS WHERE I DO IT
)
}
}
What I would like is to make it general so that when I click on a row, no matter where, it expands it. Is there some documentation on this? I can find a bunch of APIs but no actual code that shows me how to do it.
I would very much appreciated any help on this matter :)
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
-
Hi everyone,
I tried to find something online before coming here but can't seem to find something straightforward. At the moment I have a column that has a button and when I click on it , it expands the row:
What I would like is to make it general so that when I click on a row, no matter where, it expands it. Is there some documentation on this? I can find a bunch of APIs but no actual code that shows me how to do it.
I would very much appreciated any help on this matter :)
Beta Was this translation helpful? Give feedback.
All reactions