Skip to content

Commit

Permalink
Sticky table header for all reports
Browse files Browse the repository at this point in the history
  • Loading branch information
elforjani13 committed Sep 24, 2023
1 parent 7f746b9 commit 07e78eb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export default function CashFlowStatementTable({
expandable={true}
expanded={expandedRows}
expandToggleColumn={1}
sticky={true}
expandColumnSpace={0.8}
styleName={TableStyle.Constrant}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export default function CustomersBalanceSummaryTable({
data={table.data}
rowClassNames={tableRowTypesToClassnames}
noInitialFetch={true}
sticky={true}
styleName={TableStyle.Constrant}
/>
</FinancialSheet>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export default function CustomersTransactionsTable({
noInitialFetch={true}
expandable={true}
expanded={expandedRows}
sticky={true}
expandToggleColumn={1}
expandColumnSpace={0.8}
styleName={TableStyle.Constrant}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export function InventoryItemDetailsTable({
expanded={expandedRows}
expandToggleColumn={1}
expandColumnSpace={0.8}
sticky={true}
styleName={TableStyle.Constrant}
/>
</FinancialSheet>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export default function VendorsBalanceSummaryTable({
data={table.data}
rowClassNames={tableRowTypesToClassnames}
noInitialFetch={true}
sticky={true}
styleName={TableStyle.Constrant}
/>
</VendorBalanceFinancialSheet>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default function VendorsTransactionsTable({
expanded={expandedRows}
expandToggleColumn={1}
expandColumnSpace={0.8}
sticky={true}
styleName={TableStyle.Constrant}
/>
</FinancialSheet>
Expand Down

0 comments on commit 07e78eb

Please sign in to comment.