Skip to content
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

How to add drag or click to resize column? #28

Open
datainvestor opened this issue Sep 22, 2021 · 1 comment
Open

How to add drag or click to resize column? #28

datainvestor opened this issue Sep 22, 2021 · 1 comment

Comments

@datainvestor
Copy link

So based on codesandbox example, how do I add ability to resize columns by draggin (extending them) or to click on the to autoresize?
Here is my codesandbox:
https://codesandbox.io/s/distracted-heisenberg-reexb?file=/src/components/Table.vue

@zaqxs123456
Copy link

add resize="true" in <v-grid>:

<template>
  <v-grid
    theme="compact"
    resize="true"
    :grouping="grouping"
    :source="rows"
    :columns="columns"
    id="vtable"
  ></v-grid>
</template>

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

No branches or pull requests

2 participants