PrimeNG p-table: How to clear p-dropdown filter values when resetting table filters?
问题 I am using PrimeNG p-table with a header row that has both input and p-dropdown filters and need to clear the filter values of the input and p-dropdown when calling the .reset() method on the table. As other's have pointed out (https://stackoverflow.com/a/51402834/5764320), you can use [value] on input elements, but there doesn't seem to be a way to clear any non- input filter values. How can I reset the filters values for the p-dropdown (and other non- input filter types)? 回答1: I figured out