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):
We're unable to replicate your issue, if you are able to create a reproducer or add details please edit this issue. This issue will be closed if no activities in 20 days.
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"