-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2 DataTable Dynamic Row defect #1958
Comments
This codesandbox works. What am I missing? |
Any update? |
Hi @tugcekucukoglu , I'll have a look into it this week-end or monday ! I'll let you know and I'll update the sandbox to reproduce the problem I'm facing. Thank you ! |
Hi @tugcekucukoglu , I tried to reproduce the problem in the following sandbox : https://codesandbox.io/s/frosty-goldstine-57x5er?file=/src/App.vue The problem is that when I remove one column everything is not aligned anymore : Thank you ! |
Could you test with latest PrimeVue 2 version? With 2.8.0 we reimplemented PrimeVue 3 DataTable for PrimeVue 2. If problem is still persist please reopen this issue. Thanks, |
Hello everyone,
I'm submitting a ...
Current behavior
I recently updated PrimeVue version from 2.3.0 to 2.8.0 and I discovered a bug regarding the filter functionnality on the ColumnGroup of a Datatable.
This is the current behavior :
I've a filter on LY BUD and AI FCST columns. If I uncheck one of the filter, it filters the columns on the rows under but not on the row with the columns LY/BUD/...
I'm using the following hierarchy for my datatable :
The onToggle function in the multiSelect is updating the selectedSubColumns array.
Expected behavior
The dynamic columns in a ColumnGroup should be updated after a filter is applied on them.
I saw a similar issue (#1630) but it seems like you resolved it in this commit (a51f26c).
Is it possible for you to resolve it in version 2.8.0 (I can't update in Vue version 3.0) or do you have any workaround for me ?
My environment:
Vue version: 2.6.10
PrimeVue version: 2.8.0
Browser: all
Thanks a lot !
Kind regards,
Quentin
The text was updated successfully, but these errors were encountered: