components icon indicating copy to clipboard operation
components copied to clipboard

feat(material/table): improve possibilities to extend MatTableDataSource

Open DaSchTour opened this issue 3 years ago • 0 comments
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.

DaSchTour avatar Jul 25 '22 14:07 DaSchTour