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
I'm seeing some code in the component files that seems to indicate some support for drag and drop. I've got a demo project setup that I've been playing around with and I'm seeing an error in the chrome dev tools:
[Vue warn]: Failed to resolve directive: drag
(found in <Anonymous>)
Wondering if there's some issue stemming from me being on Windows 10 or if this is actually a problem with one of the events in datatable.vue.
The text was updated successfully, but these errors were encountered:
The datatable uses drag and drop functionality to perform grouping by columns. The v-drag directive will need to be registered in order for the drag and drop functionality to work correctly. The v-drag directive is in src/directives/v-drag.js.
I'm seeing some code in the component files that seems to indicate some support for drag and drop. I've got a demo project setup that I've been playing around with and I'm seeing an error in the chrome dev tools:
Wondering if there's some issue stemming from me being on Windows 10 or if this is actually a problem with one of the events in
datatable.vue
.The text was updated successfully, but these errors were encountered: