-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
Closed
Copy link
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent
Description
Bug, feature request, or proposal:
Bug: Following the expandable-rows
example in the demo-app, the example fails in Stackblitz since the
<tr mat-row *matRowDef="let row; columns: ['expandedDetail']"
class="demo-detail-row"></tr>
is missing the when
predicate. However, when building and deploying the demo app locally, it works fine.
What is the expected behavior?
The table should behave the same as the expandable-rows
component in the demo-app when deployed locally.
What is the current behavior?
The following error is produced:
ERROR
Error: There can only be one default row without a when predicate function.
What are the steps to reproduce?
https://stackblitz.com/edit/expandable-rows-exp
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
Material 6.0.1
Angular 6.0.0
adamdport
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgent