Shared: Table: fix after merge

This commit is contained in:
Dmitry Sychugov 2024-07-01 14:55:42 +05:00
parent 0b15f5bf91
commit 52855d4593

View File

@ -420,6 +420,10 @@ class TableHeader extends React.Component<
.map((column) => getSubstring(column))
.reduce((x, y) => x + y);
const defaultInfoWidth = tableInfoContainer
.map((column) => getSubstring(column))
.reduce((x, y) => x + y);
const oldWidth =
defaultWidth - defaultSize - settingsSize - indexColumnDifference;