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
Sorting event doesn't get fired. If you put sortable set to true in the column options, the column effectively become sortable, but nothing actually happens. By checking the event: @sorted="(event) => console.log('Sort change:', event)" it doesn' get fired.
Reproduction
Here's the sample code you can use to reproduce the issue.
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: