diff --git a/eclipse-scout-core/src/table/Table.ts b/eclipse-scout-core/src/table/Table.ts index 6e591af59d2..dfdd44a827d 100644 --- a/eclipse-scout-core/src/table/Table.ts +++ b/eclipse-scout-core/src/table/Table.ts @@ -447,6 +447,7 @@ export class Table extends Widget implements TableModel, Filterable { // Add gui only row icon column at the beginning if (this.rowIconVisible) { + this._calculateCheckableColumn(); this._insertRowIconColumn(); }