Closed NikoGJ closed 1 year ago
Thanks for the codesandbox example. I have forked and updated the PrimeVue version and then DataTable worked as expected.
If the problem still persists please let us know.
Hi @tugcekucukoglu I'm sorry, I hadn't noticed the sandbox template was not on the last PrimeVue version. I confirm what you stated. I'm unable to reproduce the issue anymore. Thank you 👍
Describe the bug
Another one,
Focus gets stuck on the edit button when multiple rows are being edited.
Reproducer
https://codesandbox.io/p/sandbox/kind-cookies-s9mzzk?file=/src/App.vue:34,5-35,35
PrimeVue version
3.29.0
Vue version
3.x
Language
ALL
Build / Runtime
Vite
Browser(s)
No response
Steps to reproduce the behavior
If the filtering feature is removed from the DataTable (comment lines v-model:filters... and :globalFilterFields...), the behaviour doesn't occur.
Expected behavior
Behaviour should be consistent regardless of the filtering feature being enabled or not.