This commit is contained in:
bakhirev 2024-08-11 10:49:19 +03:00
parent 0871335286
commit 47b1b2ad73
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -22,8 +22,8 @@ function Header({
let marginLeft = 0;
const cells = columns.map((column: IColumn, columnIndex: number) => {
marginLeft += columns[columnIndex - 1]?.width || 0;
const localClassName = getClassName(style.table_header_cell, column, ['header', columnIndex], className);
const localClassName = getClassName(style.table_header_cell, column, ['header', columnIndex], className);
const formattedTitle = t(column.title || '');
return (