mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: inconsistance page size of paginated data tables
This commit is contained in:
@@ -60,7 +60,7 @@ export function DataTable(props) {
|
||||
|
||||
// Pagination props.
|
||||
initialPageIndex = 0,
|
||||
initialPageSize = 10,
|
||||
initialPageSize = 20,
|
||||
|
||||
updateDebounceTime = 200,
|
||||
selectionColumnWidth = 42,
|
||||
|
||||
Reference in New Issue
Block a user