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
There are a few action icons that aren't configurable via mantine*Props options at the moment. Here's a few components that I've noticed that use non-configurable action icons:
MRT_TableHeadCellFilterLabel
MRT_TableHeadCellSortLabel
MRT_GlobalFilterTextInput
Luckily they have global CSS defined so it's still possible to customize them via CSS selectors. This isn't ideal though since customizing behavior via props is out of the question at current.
It would be nice to have full prop access to all action icons. Perhaps a mantineActionIconProps option which is a mapping between an action icon and it's props? Something like this:
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.
-
There are a few action icons that aren't configurable via
mantine*Props
options at the moment. Here's a few components that I've noticed that use non-configurable action icons:MRT_TableHeadCellFilterLabel
MRT_TableHeadCellSortLabel
MRT_GlobalFilterTextInput
Luckily they have global CSS defined so it's still possible to customize them via CSS selectors. This isn't ideal though since customizing behavior via props is out of the question at current.
It would be nice to have full prop access to all action icons. Perhaps a
mantineActionIconProps
option which is a mapping between an action icon and it's props? Something like this:Beta Was this translation helpful? Give feedback.
All reactions