-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
DataTable: Reorder feature is broken #7341
Comments
I didn't have any issue with the reorder. Can you please explain behavior you are observing? |
I have the same problem in official website and in my project. Worked correctly in 4.1.1 version. |
probably this commit broke it c2a5378 |
Reorder is broken for me too. Doesn't work on the official website or my repos. |
Definitely broken |
Row drag sorting does not work |
Found the point: primevue/packages/primevue/src/datatable/DataTable.vue Lines 1548 to 1551 in e53d48e
Fix PR: primefaces/primeuix#46 |
Temporary workaround // package.json
"resolutions": {
"@primeuix/utils": "0.4.1"
} |
Describe the bug
DataTable Reorder feature on the official website is broken
https://primevue.org/datatable/#reorder
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/qp6p6ewi?file=src%2FApp.vue
Environment
Chrome on macos
Vue version
3.5.13
PrimeVue version
4.3.1
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Just visit official site
Expected behavior
Just works
The text was updated successfully, but these errors were encountered: