ninegrid2 6.405.0 → 6.406.0

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.
@@ -23565,7 +23565,7 @@ class ngView
23565
23565
  var h = this.#height.body - this.#height.thead - this.#height.tfoot - this.#getTrHeight();
23566
23566
  $(".ng-container tbody.bindable tr.nodata", this.#owner.body).height(h);
23567
23567
 
23568
- console.log("#refreshData", this.#owner, h);
23568
+ console.log("#refreshData", this.#owner, this.#height.body, this.#height.thead, this.#height.tfoot, this.#getTrHeight(), h);
23569
23569
  //this.isLastPage = h > 0 ? true : false;
23570
23570
 
23571
23571
 
@@ -23563,7 +23563,7 @@ class ngView
23563
23563
  var h = this.#height.body - this.#height.thead - this.#height.tfoot - this.#getTrHeight();
23564
23564
  $(".ng-container tbody.bindable tr.nodata", this.#owner.body).height(h);
23565
23565
 
23566
- console.log("#refreshData", this.#owner, h);
23566
+ console.log("#refreshData", this.#owner, this.#height.body, this.#height.thead, this.#height.tfoot, this.#getTrHeight(), h);
23567
23567
  //this.isLastPage = h > 0 ? true : false;
23568
23568
 
23569
23569
 
@@ -366,7 +366,7 @@ export class ngView
366
366
  var h = this.#height.body - this.#height.thead - this.#height.tfoot - this.#getTrHeight();
367
367
  $(".ng-container tbody.bindable tr.nodata", this.#owner.body).height(h);
368
368
 
369
- console.log("#refreshData", this.#owner, h);
369
+ console.log("#refreshData", this.#owner, this.#height.body, this.#height.thead, this.#height.tfoot, this.#getTrHeight(), h);
370
370
  //this.isLastPage = h > 0 ? true : false;
371
371
 
372
372
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.405.0",
4
+ "version": "6.406.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
package/src/etc/ngView.js CHANGED
@@ -366,7 +366,7 @@ export class ngView
366
366
  var h = this.#height.body - this.#height.thead - this.#height.tfoot - this.#getTrHeight();
367
367
  $(".ng-container tbody.bindable tr.nodata", this.#owner.body).height(h);
368
368
 
369
- console.log("#refreshData", this.#owner, h);
369
+ console.log("#refreshData", this.#owner, this.#height.body, this.#height.thead, this.#height.tfoot, this.#getTrHeight(), h);
370
370
  //this.isLastPage = h > 0 ? true : false;
371
371
 
372
372