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
How to set row.canExpand safely ?
Is it safe to set the property directly? or there is a special method that i can use.
It causing eslint(no-param-reassign)
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.
Uh oh!
There was an error while loading. Please reload this page.
-
How to set row.canExpand safely ?
Is it safe to set the property directly? or there is a special method that i can use.
It causing eslint(no-param-reassign)
I would use the Row object on another table
https://codesandbox.io/s/pe0qn?file=/src/App.js:3089-3708
Beta Was this translation helpful? Give feedback.
All reactions