Open onmotion opened 5 years ago
@onmotion Could you help me with an example of use?
@onmotion Could you help me with an example of use?
<template>
<v-data-table
ref="table"
v-model="selected"
v-columns-resizable
>
<template v-slot:items="{ props }">
</template>
</v-data-table>
</template>
<script>
import VueColumnsResizable from './plugins/columns-resizable';
</script>
@onmotion Thank you for your answer and pull request. I used your PR into another project to use it as a npm dependency. 🐵
Here is: vue-columns-resizable-vuetify vue-columns-resizable - Fork
For example, it is useful for vuetify v-data-table or the same components when we cannot access to
<table>
element