feat: add sticky table head to specific item transactions table.

This commit is contained in:
a.bouhuolia
2022-02-13 17:22:29 +02:00
parent f27ef2c9b0
commit 673808cceb
4 changed files with 4 additions and 0 deletions

View File

@@ -64,6 +64,7 @@ function BillPaymentTransactions({
}}
styleName={TableStyle.Constrant}
TableLoadingRenderer={TableSkeletonRows}
sticky={true}
/>
);
}

View File

@@ -66,6 +66,7 @@ function EstimatePaymentTransactions({
}}
styleName={TableStyle.Constrant}
TableLoadingRenderer={TableSkeletonRows}
sticky={true}
/>
);
}

View File

@@ -68,6 +68,7 @@ function InvoicePaymentTransactions({
}}
styleName={TableStyle.Constrant}
TableLoadingRenderer={TableSkeletonRows}
sticky={true}
/>
);
}

View File

@@ -66,6 +66,7 @@ function ReceiptPaymentTransactions({
}}
styleName={TableStyle.Constrant}
TableLoadingRenderer={TableSkeletonRows}
sticky={true}
/>
);
}