diff --git a/packages/survey-angular-ui/src/questions/matrixdropdowncell.component.html b/packages/survey-angular-ui/src/questions/matrixdropdowncell.component.html index 2fd00808ca..894b956519 100644 --- a/packages/survey-angular-ui/src/questions/matrixdropdowncell.component.html +++ b/packages/survey-angular-ui/src/questions/matrixdropdowncell.component.html @@ -1,5 +1,5 @@ - @@ -8,6 +8,7 @@
+
diff --git a/packages/survey-angular-ui/src/questions/matrixdropdowncell.component.ts b/packages/survey-angular-ui/src/questions/matrixdropdowncell.component.ts index 9ec7cd063a..0601415ed5 100644 --- a/packages/survey-angular-ui/src/questions/matrixdropdowncell.component.ts +++ b/packages/survey-angular-ui/src/questions/matrixdropdowncell.component.ts @@ -67,9 +67,6 @@ export class MatrixDropdownCellComponent extends BaseAngular { } getComponentName(element: Question) { return getComponentName(element); } - getHeaders(): string { - return this.cell.headers; - } getCellStyle() { if (!!this.cell.width || !!this.cell.minWidth) return { width: this.cell.width, minWidth: this.cell.minWidth }; diff --git a/packages/survey-vue3-ui/src/MatrixDropdownCellComp.vue b/packages/survey-vue3-ui/src/MatrixDropdownCellComp.vue index f7c6b81d87..41fba21590 100644 --- a/packages/survey-vue3-ui/src/MatrixDropdownCellComp.vue +++ b/packages/survey-vue3-ui/src/MatrixDropdownCellComp.vue @@ -1,7 +1,6 @@