@refinitiv-ui/efx-grid 6.0.28 → 6.0.29

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.
@@ -10198,6 +10198,7 @@ LayoutGrid.prototype.setRowOffset = function (index) {
10198
10198
  LayoutGrid.prototype.updateLayout = function () {
10199
10199
  this._calculateViewSize(true); // Column bounds will be updated by trigger from Core
10200
10200
 
10201
+ this._stretchedCells.updateCells();
10201
10202
  this._updateRightSpaceStyle();
10202
10203
  };
10203
10204
 
@@ -25419,7 +25420,7 @@ Core_Core.prototype._groupDefs = null;
25419
25420
  * @return {string}
25420
25421
  */
25421
25422
  Core_Core.getVersion = function () {
25422
- return "5.1.38";
25423
+ return "5.1.39";
25423
25424
  };
25424
25425
  /** {@link ElementWrapper#dispose}
25425
25426
  * @override
@@ -29862,7 +29863,7 @@ Core_Core.prototype.getColumnField = function (colIndex) {
29862
29863
  return "";
29863
29864
  };
29864
29865
  /** @public
29865
- * @return {!Array.<string>} Return all column ids from existing column
29866
+ * @return {!Array.<string>} Return all column fields from existing columns
29866
29867
  */
29867
29868
  Core_Core.prototype.getColumnFields = function () {
29868
29869
  var colCount = this.getColumnCount();