@tanstack/svelte-table 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/table-core/build/esm/index.js +0 -2
- package/build/cjs/table-core/build/esm/index.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 +47 -47
- 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 +2 -2
package/build/esm/index.js
CHANGED
|
@@ -3802,7 +3802,6 @@ function getExpandedRowModel() {
|
|
|
3802
3802
|
|
|
3803
3803
|
if (!paginateExpandedRows) {
|
|
3804
3804
|
// Only expand rows at this point if they are being paginated
|
|
3805
|
-
console.log(rowModel.rows);
|
|
3806
3805
|
return rowModel;
|
|
3807
3806
|
}
|
|
3808
3807
|
|
|
@@ -3871,7 +3870,6 @@ function getPaginationRowModel(opts) {
|
|
|
3871
3870
|
};
|
|
3872
3871
|
}
|
|
3873
3872
|
|
|
3874
|
-
console.log(paginatedRowModel.rows);
|
|
3875
3873
|
paginatedRowModel.flatRows = [];
|
|
3876
3874
|
|
|
3877
3875
|
const handleRow = row => {
|