fix: inconsistance page size of paginated data tables

This commit is contained in:
Ahmed Bouhuolia
2024-08-14 15:23:14 +02:00
parent 64c4d7b5a4
commit 5c1fa8f5cd
9 changed files with 29 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ export function DataTable(props) {
// Pagination props.
initialPageIndex = 0,
initialPageSize = 10,
initialPageSize = 20,
updateDebounceTime = 200,
selectionColumnWidth = 42,