You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that an <a> element inside a column-template makes the DataTable appear as if it could be reordered (even if re-ordering is not explicitly configured)
Alternative Repro (if StackBlitz is not available):
Describe the bug
Repro on Stackblitz: https://stackblitz.com/edit/dgakbc
It seems that an
<a>
element inside a column-template makes the DataTable appear as if it could be reordered (even if re-ordering is not explicitly configured)Alternative Repro (if StackBlitz is not available):
Reproducer
https://stackblitz.com/edit/dgakbc?file=src%2FApp.vue
PrimeVue version
4.2.2
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
Observed
Row gets "draggable" (but never actually reorders the table)
Expected behavior
Row does not appear "draggable"
The text was updated successfully, but these errors were encountered: