I am facing an issue, while implementing primeng p-table. I need to filter the table on the basis of two or more column filters value.
In my model, country code and language code present in the respective country like:
"country_code": [
["MT",["en","se"]],
["SV",["en"]]
]
and I need to filter the table, on the basis of if user select the market, i need to show respective country in the country column and respectively to the country.