
mat-table
February 07, 2022
Filter Nested Data in Material Table (Mat Table) in angular 6/7/8.

In previous article, we discussed how to sort nested data in Angular 8. One of reader need help to filter nested data. …
In previous article, we discussed how to sort nested data in Angular 8. One of reader need help to filter nested data. …
In Mat tables in angular (6,7,8 etc), we can sort data easily using MatSort. Issue occurs when we need to sort nested…