ontimize-web-ngx 15.1.1 → 15.1.2
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.
|
@@ -31959,6 +31959,7 @@ class OTableComponent extends AbstractOServiceComponent {
|
|
|
31959
31959
|
}
|
|
31960
31960
|
}
|
|
31961
31961
|
this.isColumnFiltersActive = this.filterColumnActiveByDefault;
|
|
31962
|
+
this.selection = new SelectionModel(this.isSelectionModeMultiple(), []);
|
|
31962
31963
|
this.initializeCheckboxColumn();
|
|
31963
31964
|
if (this.storeState) {
|
|
31964
31965
|
if (Util.isDefined(this.state.queryRows) && Util.isDefined(this.state.initialConfiguration.queryRows)
|
|
@@ -31966,7 +31967,6 @@ class OTableComponent extends AbstractOServiceComponent {
|
|
|
31966
31967
|
this.queryRows = this.state.queryRows;
|
|
31967
31968
|
}
|
|
31968
31969
|
}
|
|
31969
|
-
this.selection = new SelectionModel(this.isSelectionModeMultiple(), []);
|
|
31970
31970
|
}
|
|
31971
31971
|
updateStateExpandedColumn() {
|
|
31972
31972
|
if (!this.tableRowExpandable || !this.tableRowExpandable.expandableColumnVisible) {
|