vue-dragscroll
vue-dragscroll copied to clipboard
Dont draggscroll with v-data-table?
I´m using v.3.0.1
main.js ` import VueDragscroll from 'vue-dragscroll' Vue.use(VueDragscroll)
`
card.vue
<template> <v-container class="ma-5" fluid > <v-row > <v-card v-if="getOPCard" class="mt-5" v-dragscroll > <v-data-table :headers="headers" :items="filteredItems" :search="search" :loading="loading" class="elevation-1" hide-default-footer disable-pagination multi-sort dense fixed-header > </v-data-table> </v-card> </v-row> </v-container> </template>
why dragscroll donst work?
Kindly share a snippet