barsa-sap-ui 1.0.384 → 1.0.385

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.
@@ -5221,7 +5221,7 @@ class UiTableViewComponent extends ReportViewBaseComponent {
5221
5221
  const { columns, cartableTemplates, parentHeight, moDataList } = changes;
5222
5222
  if (columns && !columns.firstChange) {
5223
5223
  this._calculateColumnsWidth(this.moDataList, columns.currentValue);
5224
- this._setRowIndicator(this.columns);
5224
+ this._setRowIndicator(columns.currentValue);
5225
5225
  }
5226
5226
  if (cartableTemplates && !cartableTemplates.firstChange && !this.hasSummary) {
5227
5227
  this._setHasSummery(cartableTemplates.currentValue);