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 think it could be interesting to have a way to add new custom button inside the action column of each row.
Currently we can use renderRowActions (and the equivalent for the menu : renderRowActionMenuItems) but it redefined everything.
So inside MRT_ToggleRowActionMenuButton.tsx, instead of just providing an EditIcon, we could have a new properties as a function that render extra lines of icon, with some action linked
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.
-
Hello,
I think it could be interesting to have a way to add new custom button inside the action column of each row.
Currently we can use
renderRowActions
(and the equivalent for the menu :renderRowActionMenuItems
) but it redefined everything.So inside MRT_ToggleRowActionMenuButton.tsx, instead of just providing an EditIcon, we could have a new properties as a function that render extra lines of icon, with some action linked
Beta Was this translation helpful? Give feedback.
All reactions