-
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 urgenthelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix
Description
Bug, feature request, or proposal:
Bug
What is the expected behavior?
The data table filter should filter on the individual value of cells of a row
What is the current behavior?
The data table filters on the combined value of all cells in a row
What are the steps to reproduce?
StackBlitz: https://stackblitz.com/edit/angular-prsrvj
What is the use-case or motivation for changing an existing behavior?
Given the provided StackBlitz I would expect when searching for "test" that I only get one row back. However both are shown because the cell values are combined together without spacing.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
All
Reactions are currently unavailable
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 urgenthelp wantedLabel noting an issue which the team is looking for contribution from the community to fixLabel noting an issue which the team is looking for contribution from the community to fix