You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Import NgZorroAntdModule, use material-table with the directive like <tr mat-header-row></tr> got error: Missing definitions for header, footer, and row; cannot determine which columns should be rendered.
It means don't know the directive of mat-header-row.
What is expected?
don't conflict with material
What is actually happening?
can't use material and zorro simultaneously.
Other?
The text was updated successfully, but these errors were encountered:
Version
1.8.0
Environment
angular: 7.0.2, material: 7.0.2, ng-zorro-antd: 1.8.0
Reproduction link
https://stackblitz.com/edit/ng-material-starter
Steps to reproduce
Import
NgZorroAntdModule
, use material-table with the directive like<tr mat-header-row></tr>
got error:Missing definitions for header, footer, and row; cannot determine which columns should be rendered.
It means don't know the directive of
mat-header-row
.What is expected?
don't conflict with material
What is actually happening?
can't use material and zorro simultaneously.
Other?
The text was updated successfully, but these errors were encountered: