I have implement a angular table with filter, every column has own filter, but How can every filter work together.
eg: I have a table, in which every column has own filter:
just like this: https://stackblitz.com/edit/angular-hbakxo-e4njon?file=app%2Ftable-filtering-example.ts
id and name, If I choose 1,2,3 in this multiple choise selector and tip a h in name column. it should be show the result, which is fit to both of input of filter. How should change the code to approach?