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

@@ -92,6 +92,7 @@ function InventoryAdjustmentDataTable({
manualSortBy={true}
selectionColumn={true}
pagination={true}
initialPageSize={inventoryAdjustmentTableState.pageSize}
pagesCount={pagination.pagesCount}
autoResetSortBy={false}
autoResetPage={false}