vue-dragscroll icon indicating copy to clipboard operation
vue-dragscroll copied to clipboard

Dont draggscroll with v-data-table?

Open manxaSP opened this issue 2 years ago • 1 comments

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?

manxaSP avatar Feb 28 '22 17:02 manxaSP

Kindly share a snippet

donmbelembe avatar Aug 23 '22 06:08 donmbelembe