Skip to content

Conversation

@onmotion
Copy link

For example, it is useful for vuetify v-data-table or the same components when we cannot access to <table> element

For example, it is useful for vuetify v-data-table or the same components when we cannot access to `<table>` element
@Kreyco
Copy link

Kreyco commented Feb 29, 2020

@onmotion Could you help me with an example of use?

@onmotion
Copy link
Author

onmotion commented Mar 5, 2020

@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>

@Kreyco
Copy link

Kreyco commented Apr 18, 2020

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants