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

@@ -112,6 +112,7 @@ function PaymentMadesTable({
noInitialFetch={true}
sticky={true}
pagination={true}
initialPageSize={paymentMadesTableState.pageSize}
pagesCount={pagination.pagesCount}
autoResetSortBy={false}
autoResetPage={false}