@websy/websy-designs 1.3.9 → 1.3.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.
|
@@ -5752,7 +5752,7 @@ class WebsyTable3 {
|
|
|
5752
5752
|
if (i < this.pinnedColumns) {
|
|
5753
5753
|
this.sizes.totalNonPinnedWidth += c.width || c.actualWidth
|
|
5754
5754
|
}
|
|
5755
|
-
equalWidth = (outerSize.width - this.sizes.totalWidth) / (this.options.columns[this.options.columns.length - 1].length - (i + 1))
|
|
5755
|
+
// equalWidth = (outerSize.width - this.sizes.totalWidth) / (this.options.columns[this.options.columns.length - 1].length - (i + 1))
|
|
5756
5756
|
})
|
|
5757
5757
|
}
|
|
5758
5758
|
// take the height of the last cell as the official height for data cells
|
|
@@ -6243,9 +6243,8 @@ var WebsyTable3 = /*#__PURE__*/function () {
|
|
|
6243
6243
|
|
|
6244
6244
|
if (i < _this37.pinnedColumns) {
|
|
6245
6245
|
_this37.sizes.totalNonPinnedWidth += c.width || c.actualWidth;
|
|
6246
|
-
}
|
|
6246
|
+
} // equalWidth = (outerSize.width - this.sizes.totalWidth) / (this.options.columns[this.options.columns.length - 1].length - (i + 1))
|
|
6247
6247
|
|
|
6248
|
-
equalWidth = (outerSize.width - _this37.sizes.totalWidth) / (_this37.options.columns[_this37.options.columns.length - 1].length - (i + 1));
|
|
6249
6248
|
});
|
|
6250
6249
|
} // take the height of the last cell as the official height for data cells
|
|
6251
6250
|
// this.sizes.dataCellHeight = this.options.columns[this.options.columns.length - 1].cellHeight
|