Sticky table header for all reports

This commit is contained in:
ElforJani13
2023-09-24 04:58:16 +02:00
parent 7f746b96c8
commit 07e78ebd6a
6 changed files with 6 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ export default function VendorsBalanceSummaryTable({
data={table.data}
rowClassNames={tableRowTypesToClassnames}
noInitialFetch={true}
sticky={true}
styleName={TableStyle.Constrant}
/>
</VendorBalanceFinancialSheet>