Update column header placeholder style

This commit is contained in:
Laurent Nguyen 2024-03-27 14:27:40 +01:00
parent eef9a7c1a2
commit b686501df8

View File

@ -266,8 +266,8 @@ export const DocumentsTableComponent: React.FC<IDocumentsTableComponentProps> =
</MenuPopover> </MenuPopover>
</Menu> </Menu>
))} ))}
{/** Scrollbar alignment for the header: TODO: Check if this really works? */} {/** Scrollbar alignment for the header: TODO: This does not work */}
<div role="presentation" style={{ width: scrollbarWidth }} /> <div role="columnheader" className="fui-TableHeaderCell" style={{ width: scrollbarWidth, height: 32 }} />
</TableRow> </TableRow>
</TableHeader> </TableHeader>
<TableBody> <TableBody>