fix: initial page size to the data tables from store state

This commit is contained in:
Ahmed Bouhuolia
2024-08-14 22:12:21 +02:00
parent d9f241a2f8
commit 9f4de8115f
6 changed files with 17 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ function BillsDataTable({
noInitialFetch={true}
sticky={true}
pagination={true}
initialPageSize={billsTableState.pageSize}
pagesCount={pagination.pagesCount}
TableLoadingRenderer={TableSkeletonRows}
TableHeaderSkeletonRenderer={TableSkeletonHeader}