mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
fix: inconsistance page size of paginated data tables
This commit is contained in:
@@ -144,6 +144,7 @@ function InvoicesDataTable({
|
||||
noInitialFetch={true}
|
||||
sticky={true}
|
||||
pagination={true}
|
||||
initialPageSize={invoicesTableState.pageSize}
|
||||
manualPagination={true}
|
||||
pagesCount={pagination.pagesCount}
|
||||
autoResetSortBy={false}
|
||||
|
||||
Reference in New Issue
Block a user