mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
fix: initial page size to the data tables from store state
This commit is contained in:
@@ -112,6 +112,7 @@ function PaymentMadesTable({
|
||||
noInitialFetch={true}
|
||||
sticky={true}
|
||||
pagination={true}
|
||||
initialPageSize={paymentMadesTableState.pageSize}
|
||||
pagesCount={pagination.pagesCount}
|
||||
autoResetSortBy={false}
|
||||
autoResetPage={false}
|
||||
|
||||
Reference in New Issue
Block a user