We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7406615 commit b02d762Copy full SHA for b02d762
1 file changed
packages/mantine-react-table/src/components/buttons/MRT_ExpandButton.tsx
@@ -59,9 +59,9 @@ export const MRT_ExpandButton = <TData extends MRT_RowData>({
59
<Tooltip
60
disabled={!canExpand && !DetailPanel}
61
label={
62
- (actionIconProps?.title ?? isExpanded)
+ actionIconProps?.title ?? (isExpanded
63
? localization.collapse
64
- : localization.expand
+ : localization.expand)
65
}
66
openDelay={1000}
67
withinPortal
0 commit comments