DataTable: Column Group Filters #6151
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
Describe the bug
When using ColumnGroup and setting type header I get the multiple rows for the header of the table but the filters disappear and can't be added to the columns.
If I remove the type from the ColumnGroup, I don't get the multiple headers on the table but I regain the ability to use filters on the data table.
Reproducer
https://stackblitz.com/edit/primevue-4-datatable-columngroup-filter?file=src%2FApp.vue
PrimeVue version
4.0.0
Vue version
4.x
Language
ES6
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
I would expect the filter to be showing when you add type="header" to a ColumnGroup.
The text was updated successfully, but these errors were encountered: