File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ import { TableRowSize } from "../table.types";
4848 [checked]="selectAllCheckbox"
4949 [indeterminate]="selectAllCheckboxSomeSelected"
5050 [ariaLabel]="getCheckboxHeaderLabel()"
51- [size]="size"
5251 [skeleton]="skeleton"
5352 [name]="model.getHeaderId('select')"
5453 (change)="onSelectAllCheckboxChange()"
@@ -111,11 +110,6 @@ export class TableHead implements AfterViewInit {
111110 */
112111 @Input ( ) sortable = true ;
113112
114- /**
115- * Size of the table rows.
116- */
117- @Input ( ) size : TableRowSize = "md" ;
118-
119113 @Input ( )
120114 set checkboxHeaderLabel ( value : string | Observable < string > ) {
121115 this . _checkboxHeaderLabel . override ( value ) ;
Original file line number Diff line number Diff line change @@ -190,7 +190,6 @@ import { TableRowSize } from "./table.types";
190190 [checkboxHeaderLabel]="getCheckboxHeaderLabel()"
191191 [filterTitle]="getFilterTitle()"
192192 [model]="model"
193- [size]="size"
194193 [selectAllCheckbox]="selectAllCheckbox"
195194 [selectAllCheckboxSomeSelected]="selectAllCheckboxSomeSelected"
196195 [showSelectionColumn]="showSelectionColumn"
You can’t perform that action at this time.
0 commit comments