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
In mannite library we have default implementation of delete and edit at the same time in row mode. But in material-react-table, i can only have edit mode implementation. if i want to add delete button, i need to use renderRowActions which works only in "modal" mode.
I am doing
But this is working when editingMode="modal"
if i change editingMode="row" , then row editing is activated but there is not default save and cancel button.
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.
-
In mannite library we have default implementation of delete and edit at the same time in row mode. But in material-react-table, i can only have edit mode implementation. if i want to add delete button, i need to use
renderRowActions
which works only in "modal" mode.I am doing
But this is working when
editingMode="modal"
if i change
editingMode="row"
, then row editing is activated but there is not default save and cancel button.Beta Was this translation helpful? Give feedback.
All reactions