Describe the bug
In PrimeReact v9, opening a column filter with filterDisplay="menu" automatically closed any previously open column filter menus. In v10.x (tested up to 10.9.7), multiple column filter menus can remain open simultaneously.
This behavior differs from previous versions and causes UX issues where filter menus overlap and confuse users.
Reproducer

System Information
PrimeReact: 10.9.7
React: 17.0.1
Browser: Chrome
Steps to reproduce the behavior
- Use a DataTable with multiple columns, each with filter and filterDisplay="menu".
- Click the filter icon on Name column — its menu opens.
- Click the filter icon on Country column — Name’s menu stays open.
Expected behavior
Opening a new column filter should automatically close any previously open filter menus (like in v9).