@tanstack/table-core 8.5.9 → 8.5.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cjs/utils/getExpandedRowModel.js +0 -1
- package/build/cjs/utils/getExpandedRowModel.js.map +1 -1
- package/build/cjs/utils/getPaginationRowModel.js +0 -1
- package/build/cjs/utils/getPaginationRowModel.js.map +1 -1
- package/build/esm/index.js +0 -2
- package/build/esm/index.js.map +1 -1
- package/build/stats-html.html +1 -1
- package/build/stats-react.json +312 -312
- package/build/umd/index.development.js +0 -2
- package/build/umd/index.development.js.map +1 -1
- package/build/umd/index.production.js +1 -1
- package/build/umd/index.production.js.map +1 -1
- package/package.json +1 -1
- package/src/utils/getExpandedRowModel.ts +0 -1
- package/src/utils/getPaginationRowModel.ts +0 -2
|
@@ -3791,7 +3791,6 @@
|
|
|
3791
3791
|
|
|
3792
3792
|
if (!paginateExpandedRows) {
|
|
3793
3793
|
// Only expand rows at this point if they are being paginated
|
|
3794
|
-
console.log(rowModel.rows);
|
|
3795
3794
|
return rowModel;
|
|
3796
3795
|
}
|
|
3797
3796
|
|
|
@@ -3860,7 +3859,6 @@
|
|
|
3860
3859
|
};
|
|
3861
3860
|
}
|
|
3862
3861
|
|
|
3863
|
-
console.log(paginatedRowModel.rows);
|
|
3864
3862
|
paginatedRowModel.flatRows = [];
|
|
3865
3863
|
|
|
3866
3864
|
const handleRow = row => {
|