diff --git a/package-lock.json b/package-lock.json index 4566401..79886f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gisce/react-formiga-table", - "version": "1.8.0-alpha.5", + "version": "1.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gisce/react-formiga-table", - "version": "1.8.0-alpha.5", + "version": "1.8.0", "dependencies": { "ag-grid-community": "^31.2.1", "ag-grid-react": "^31.2.1", diff --git a/package.json b/package.json index caf3e8c..e01672c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gisce/react-formiga-table", - "version": "1.8.0-alpha.5", + "version": "1.8.0", "engines": { "node": "20.5.0" }, diff --git a/src/components/InfiniteTable/InfiniteTable.tsx b/src/components/InfiniteTable/InfiniteTable.tsx index eccbbf8..6491de7 100644 --- a/src/components/InfiniteTable/InfiniteTable.tsx +++ b/src/components/InfiniteTable/InfiniteTable.tsx @@ -493,7 +493,7 @@ const InfiniteTableComp = forwardRef( onSelectionChanged={onSelectionChanged} cacheOverflowSize={2} maxConcurrentDatasourceRequests={1} - infiniteInitialRowCount={20} + infiniteInitialRowCount={totalRows} onGridReady={onGridReady} onBodyScroll={debouncedOnBodyScroll} blockLoadDebounceMillis={DEBOUNCE_TIME}