@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.
|
@@ -6117,7 +6117,7 @@ class WebsyTable3 {
|
|
|
6117
6117
|
if (i < this.pinnedColumns) {
|
|
6118
6118
|
this.sizes.totalNonPinnedWidth += c.width || c.actualWidth
|
|
6119
6119
|
}
|
|
6120
|
-
equalWidth = (outerSize.width - this.sizes.totalWidth) / (this.options.columns[this.options.columns.length - 1].length - (i + 1))
|
|
6120
|
+
// equalWidth = (outerSize.width - this.sizes.totalWidth) / (this.options.columns[this.options.columns.length - 1].length - (i + 1))
|
|
6121
6121
|
})
|
|
6122
6122
|
}
|
|
6123
6123
|
// take the height of the last cell as the official height for data cells
|
package/dist/websy-designs.js
CHANGED
|
@@ -6655,9 +6655,8 @@ var WebsyTable3 = /*#__PURE__*/function () {
|
|
|
6655
6655
|
|
|
6656
6656
|
if (i < _this40.pinnedColumns) {
|
|
6657
6657
|
_this40.sizes.totalNonPinnedWidth += c.width || c.actualWidth;
|
|
6658
|
-
}
|
|
6658
|
+
} // equalWidth = (outerSize.width - this.sizes.totalWidth) / (this.options.columns[this.options.columns.length - 1].length - (i + 1))
|
|
6659
6659
|
|
|
6660
|
-
equalWidth = (outerSize.width - _this40.sizes.totalWidth) / (_this40.options.columns[_this40.options.columns.length - 1].length - (i + 1));
|
|
6661
6660
|
});
|
|
6662
6661
|
} // take the height of the last cell as the official height for data cells
|
|
6663
6662
|
// this.sizes.dataCellHeight = this.options.columns[this.options.columns.length - 1].cellHeight
|