mirror of
https://github.com/VisActor/VTable
synced 2024-11-21 17:40:10 +00:00
fix: fix isShowOverflowTextTooltip function
This commit is contained in:
parent
d9363c91b4
commit
6277393153
@ -204,7 +204,7 @@ export class TooltipHandler {
|
||||
};
|
||||
} else if (
|
||||
(isFunction(table.internalProps.tooltip?.isShowOverflowTextTooltip) &&
|
||||
table.internalProps.tooltip.isShowOverflowTextTooltip(col, row, table)) ||
|
||||
table.internalProps.tooltip.isShowOverflowTextTooltip(col, row, table)) ??
|
||||
table.internalProps.tooltip.isShowOverflowTextTooltip
|
||||
) {
|
||||
const overflowText = table.getCellOverflowText(col, row);
|
||||
|
Loading…
Reference in New Issue
Block a user