Skip to content

Commit

Permalink
Merge branch 'fix/focus-id-tree-when-resuming' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Oct 9, 2024
2 parents 111654f + 4584e21 commit 4119bfe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gisce/react-formiga-table",
"version": "1.8.0-alpha.5",
"version": "1.8.0",
"engines": {
"node": "20.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion src/components/InfiniteTable/InfiniteTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ const InfiniteTableComp = forwardRef<InfiniteTableRef, InfiniteTableProps>(
onSelectionChanged={onSelectionChanged}
cacheOverflowSize={2}
maxConcurrentDatasourceRequests={1}
infiniteInitialRowCount={20}
infiniteInitialRowCount={totalRows}
onGridReady={onGridReady}
onBodyScroll={debouncedOnBodyScroll}
blockLoadDebounceMillis={DEBOUNCE_TIME}
Expand Down

0 comments on commit 4119bfe

Please sign in to comment.