I have a primeng table and a multiselect dropdown filter for one of the column like "Agent" column in the below example
primeng table filter
When we click on the filter icon, "Agent Picker" multiselect dropdown will display. Then we again need to click on the dropdown to see the options and choose for filtering the results.
But my requirement is, as soon as we click on filter icon, the multiselect should display default options open, reducing one click for the user. using angular 14
But my requirement is, as soon as we click on filter icon, the multiselect should display default options open, reducing one click for the user.