Skip to content

Allow use on top elements #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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