using table of angular material shows above error to me, MatTableModule is imported in app module still it shows error. Is there any issue with array on datasource or with any importing
Asked
Active
Viewed 465 times
0
-
2Possible duplicate of [Can't bind to 'dataSource' since it isn't a known property of 'table'](https://stackoverflow.com/questions/50228138/cant-bind-to-datasource-since-it-isnt-a-known-property-of-table) – rikg93 Mar 20 '19 at 08:20
-
Either add the mat-table directive to the table or use the mat-data-table component – Yoni Affuta Mar 20 '19 at 08:39
-
after using mat-table to it now that error gone and now its shows error "Missing definitions for header and row, cannot determine which columns should be rendered." – sam_programmer Mar 20 '19 at 08:46
-
Update your question with your code so that people may help. – GCSDC Mar 20 '19 at 15:08