mirror of
https://github.com/bakhirev/assayo.git
synced 2024-11-16 16:21:41 +00:00
update
This commit is contained in:
parent
0871335286
commit
47b1b2ad73
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -22,8 +22,8 @@ function Header({
|
||||||
let marginLeft = 0;
|
let marginLeft = 0;
|
||||||
const cells = columns.map((column: IColumn, columnIndex: number) => {
|
const cells = columns.map((column: IColumn, columnIndex: number) => {
|
||||||
marginLeft += columns[columnIndex - 1]?.width || 0;
|
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 || '');
|
const formattedTitle = t(column.title || '');
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue