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

(vue-good-table-NEXT): Unable to dynamically set hidden column value #956

Open
1 task done
titusdecali opened this issue Mar 28, 2023 · 0 comments
Open
1 task done

Comments

@titusdecali
Copy link

titusdecali commented Mar 28, 2023

Issue Type (delete the irrelevant ones)

This is for Vue3 version... not sure where else to post
@borisflesch

  • Bug

Specs

"vue-good-table-next": "^0.2.1",

What browser?
Chrome

Expected Behavior

Dynamically setting hidden: true on columns should change it to hidden.

Actual Behavior

I'm unable to change hidden value dynamically, or on created() hook

  • I've tried setting it on created using $set as mentioned in another issue, but I get an instance.update error.
  • I've tried dynamically modifying it after mounted and it doesn't change anything.
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

1 participant