Open mattweason opened 7 years ago
Same problem here, have you found a solution?
Is there any update regarding this issue? Same problem with V 0.10.9
Had the same error. Could fix it by removing a ng-if from table cell (and move it inside the cell). So - in my case - the error occured when there was a cell missing. Maybe that helps
<td md-cell">
<md-icon ng-if="row.status === 'Error'">battery_alert</md-icon>
</td>
I'm having an issue when I try to use md-virtual-repeat-container with md-data-table. When the page loads it throws an error:
Error: [$compile:ctreq] Controller 'mdTable', required by directive 'mdCell', can't be found!
And the first row of the table only has 2 cells. The rest of the rows load fine. My html is below along with a photo.
This error occurs on several datatables in my platform but not all, and not consistently.