mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-25 09:09:48 +00:00
fix: initial page size to the data tables from store state
This commit is contained in:
@@ -92,6 +92,7 @@ function InventoryAdjustmentDataTable({
|
||||
manualSortBy={true}
|
||||
selectionColumn={true}
|
||||
pagination={true}
|
||||
initialPageSize={inventoryAdjustmentTableState.pageSize}
|
||||
pagesCount={pagination.pagesCount}
|
||||
autoResetSortBy={false}
|
||||
autoResetPage={false}
|
||||
|
||||
Reference in New Issue
Block a user