We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196c24d commit c9f7f46Copy full SHA for c9f7f46
src/lib/table/row.ts
@@ -11,7 +11,7 @@ import {CdkHeaderRow, CdkRow, CDK_ROW_TEMPLATE} from '@angular/cdk';
11
12
/** Workaround for https://github.com/angular/angular/issues/17849 */
13
export const _MdHeaderRow = CdkHeaderRow;
14
-export const _MdRow = CdkHeaderRow;
+export const _MdRow = CdkRow;
15
16
/** Header template container that contains the cell outlet. Adds the right class and role. */
17
@Component({
0 commit comments