-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Closed
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 urgentarea: cdk/table
Description
Reproduction
https://stackblitz.com/edit/components-issue-uj7g1k
Steps to reproduce:
-
Uncomment the data in ELEMENT_DATA array, and apply "abc" to the filter, now a message from matNoDataRow is displayed
Expected Behavior
What behavior were you expecting to see?
When data is an empty array, it should display the matNoDataRow
Actual Behavior
It only shows matNoDataRow if the data has at least one value before applying the filter.
Environment
- Angular: 10.0.3
- CDK/Material: 10.0.2
- Browser(s): Chrome
- Operating System Windows
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 urgentarea: cdk/table