diff --git a/packages/webapp/src/containers/FinancialStatements/CashFlowStatement/CashFlowStatementTable.tsx b/packages/webapp/src/containers/FinancialStatements/CashFlowStatement/CashFlowStatementTable.tsx index 7dac65e9c2..f2c5574659 100644 --- a/packages/webapp/src/containers/FinancialStatements/CashFlowStatement/CashFlowStatementTable.tsx +++ b/packages/webapp/src/containers/FinancialStatements/CashFlowStatement/CashFlowStatementTable.tsx @@ -44,6 +44,7 @@ export default function CashFlowStatementTable({ expandable={true} expanded={expandedRows} expandToggleColumn={1} + sticky={true} expandColumnSpace={0.8} styleName={TableStyle.Constrant} /> diff --git a/packages/webapp/src/containers/FinancialStatements/CustomersBalanceSummary/CustomersBalanceSummaryTable.tsx b/packages/webapp/src/containers/FinancialStatements/CustomersBalanceSummary/CustomersBalanceSummaryTable.tsx index 6957483bc7..c03ca5cded 100644 --- a/packages/webapp/src/containers/FinancialStatements/CustomersBalanceSummary/CustomersBalanceSummaryTable.tsx +++ b/packages/webapp/src/containers/FinancialStatements/CustomersBalanceSummary/CustomersBalanceSummaryTable.tsx @@ -35,6 +35,7 @@ export default function CustomersBalanceSummaryTable({ data={table.data} rowClassNames={tableRowTypesToClassnames} noInitialFetch={true} + sticky={true} styleName={TableStyle.Constrant} /> diff --git a/packages/webapp/src/containers/FinancialStatements/CustomersTransactions/CustomersTransactionsTable.tsx b/packages/webapp/src/containers/FinancialStatements/CustomersTransactions/CustomersTransactionsTable.tsx index ef3ec53b11..cded74fe64 100644 --- a/packages/webapp/src/containers/FinancialStatements/CustomersTransactions/CustomersTransactionsTable.tsx +++ b/packages/webapp/src/containers/FinancialStatements/CustomersTransactions/CustomersTransactionsTable.tsx @@ -47,6 +47,7 @@ export default function CustomersTransactionsTable({ noInitialFetch={true} expandable={true} expanded={expandedRows} + sticky={true} expandToggleColumn={1} expandColumnSpace={0.8} styleName={TableStyle.Constrant} diff --git a/packages/webapp/src/containers/FinancialStatements/InventoryItemDetails/InventoryItemDetailsTable.tsx b/packages/webapp/src/containers/FinancialStatements/InventoryItemDetails/InventoryItemDetailsTable.tsx index f8cd204cd7..16a65e16d4 100644 --- a/packages/webapp/src/containers/FinancialStatements/InventoryItemDetails/InventoryItemDetailsTable.tsx +++ b/packages/webapp/src/containers/FinancialStatements/InventoryItemDetails/InventoryItemDetailsTable.tsx @@ -48,6 +48,7 @@ export function InventoryItemDetailsTable({ expanded={expandedRows} expandToggleColumn={1} expandColumnSpace={0.8} + sticky={true} styleName={TableStyle.Constrant} /> diff --git a/packages/webapp/src/containers/FinancialStatements/VendorsBalanceSummary/VendorsBalanceSummaryTable.tsx b/packages/webapp/src/containers/FinancialStatements/VendorsBalanceSummary/VendorsBalanceSummaryTable.tsx index 6f73624498..a3bbfa122a 100644 --- a/packages/webapp/src/containers/FinancialStatements/VendorsBalanceSummary/VendorsBalanceSummaryTable.tsx +++ b/packages/webapp/src/containers/FinancialStatements/VendorsBalanceSummary/VendorsBalanceSummaryTable.tsx @@ -34,6 +34,7 @@ export default function VendorsBalanceSummaryTable({ data={table.data} rowClassNames={tableRowTypesToClassnames} noInitialFetch={true} + sticky={true} styleName={TableStyle.Constrant} /> diff --git a/packages/webapp/src/containers/FinancialStatements/VendorsTransactions/VendorsTransactionsTable.tsx b/packages/webapp/src/containers/FinancialStatements/VendorsTransactions/VendorsTransactionsTable.tsx index 45f5fd3e98..693bbfabee 100644 --- a/packages/webapp/src/containers/FinancialStatements/VendorsTransactions/VendorsTransactionsTable.tsx +++ b/packages/webapp/src/containers/FinancialStatements/VendorsTransactions/VendorsTransactionsTable.tsx @@ -53,6 +53,7 @@ export default function VendorsTransactionsTable({ expanded={expandedRows} expandToggleColumn={1} expandColumnSpace={0.8} + sticky={true} styleName={TableStyle.Constrant} />