Describe the bug
When using <TreeSelect> within column filter, it's a bit buggy in a multiple cases causing <DataTable> filter to close unexpectedly.
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/jdk9v2di-aajs64lo?file=src%2FApp.vue
Environment
Happens in local development (Node 22 LTS, NPM 10.9.3 , Ubuntu 24 LTS) and also reproducible on Stackblitz.
Vue version
3.5.22
PrimeVue version
4.4.1
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
When clicking on the filter icon in the column header, it offers to TreeSelect, but then there are few bug cases:
- Try expanding "Documents" and collapse it --> DataTable filter is closed.

- Try expanding "Documents" and clicking on "Work" --> DataTable filter is closed and node is not selected.

- Try expanding "Documents" and then expand "Work" -> DataTable filter is closed.

Expected behavior
- It shall not close DataTable filter.
- It shall select node.
- It should not close DataTable filter.
Describe the bug
When using
<TreeSelect>within column filter, it's a bit buggy in a multiple cases causing<DataTable>filter to close unexpectedly.Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/jdk9v2di-aajs64lo?file=src%2FApp.vue
Environment
Happens in local development (Node 22 LTS, NPM 10.9.3 , Ubuntu 24 LTS) and also reproducible on Stackblitz.
Vue version
3.5.22
PrimeVue version
4.4.1
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
When clicking on the filter icon in the column header, it offers to TreeSelect, but then there are few bug cases:
Expected behavior