components
components copied to clipboard
feat(material/table): improve possibilities to extend MatTableDataSource
trafficstars
For more sophisticated filters it should be possible to have something different than a string as a filter. This change allows to overwrite the filter predicate with a function that uses a filter object instead of just a string.