How to add Primeng dropdown to table header and based on dropdown selection how to show the selected value in primeng Table

149 views Asked by At

How to show primeng dropdown inside p-table header and based on the selection of dropdown selected value it should filter and displays the value in table column. Anyone help on my queries.

1

There are 1 answers

0
Salik Khan On

See this Stackblitz Demo Write your logic for change the table detail inside the "dropDownUpdate()" function.