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

v-if / v-show column support #35

Open
vmitchell85 opened this issue Sep 14, 2017 · 0 comments
Open

v-if / v-show column support #35

vmitchell85 opened this issue Sep 14, 2017 · 0 comments

Comments

@vmitchell85
Copy link

I would like to be able to show or hide columns using a toggle. To accomplish this I have tried to use v-if and v-show` to no avail.

The v-if Issue

When using v-if everything seems to work fine. However if you hide any column that isn't the last column, when you toggle it to show again the header label shows in the original location but the data is appended to the last column and pushes the other data to the left. This makes all the values incorrect starting at the column you toggled.

The v-show Issue

When using v-show the header label is hidden but the data is still visible.

Let me know if there is anything I'm missing or what else I can try.

Thanks for making such an awesome component setup! I love it!

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