-
Notifications
You must be signed in to change notification settings - Fork 355
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 sorting not working #4452
Comments
Hi, @chessparov . Can you reproduce it in https://ui.vuestic.dev/play and share playground here? |
In the playground it actually works, you're right. But using the same exact code in my projects doesn't. Any ideas of what might be the cause? |
Can you share what's your vue or nuxt version? |
I'm using:
|
Vuestic-ui version: 1.10.3
Description
Describe bug here:
@sorted="(event) => console.log('Sort change:', event)"
it doesn' get fired.Reproduction
Here's the sample code you can use to reproduce the issue.
The same happens if you try using a custom handler or try passing a ref as items.
The text was updated successfully, but these errors were encountered: