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
Hello,
I want to conditionally rendered component with onClick() function which will then render component for clicked row and should fill-up full
At this moment it's just in 1st column which is not what I need .
Below You can find code sandbox. Once You click the row, in last column You will see "X" button, once You click it You will see rendered component. It's displayed in 1st column, not filling full row.
How to fix it ?
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
-
Hello,
I want to conditionally rendered component with onClick() function which will then render component for clicked row and should fill-up full
At this moment it's just in 1st column which is not what I need .
Below You can find code sandbox. Once You click the row, in last column You will see "X" button, once You click it You will see rendered component. It's displayed in 1st column, not filling full row.
How to fix it ?
https://codesandbox.io/s/polished-waterfall-mh5d8d?file=/src/App.js
Beta Was this translation helpful? Give feedback.
All reactions