We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Nuxt
v3.0.0-alpha.10
None
Thank you very much for providing such a great component library. I'm trying to use it in my personal project.
The following is the relevant code:
const columns = computed(() => defaultColumns.filter(column => selectedColumns.value.includes(column.accessorKey)))
<UTable :columns="columns" :data="data" />
I checked the latest documentation, and the examples of UTable regarding column display control seem to have no effect, such as: https://ui3.nuxt.dev/components/table#with-column-visibility.
No response
The text was updated successfully, but these errors were encountered:
https://github.com/user-attachments/assets/ffae357a-e037-486a-a86e-1b1e0a1a4ec5 Column visibility is not working in version v3.0.0-alpha.10
Sorry, something went wrong.
No branches or pull requests
Environment
Is this bug related to Nuxt or Vue?
Nuxt
Version
v3.0.0-alpha.10
Reproduction
None
Description
Thank you very much for providing such a great component library. I'm trying to use it in my personal project.
The following is the relevant code:
I checked the latest documentation, and the examples of UTable regarding column display control seem to have no effect, such as: https://ui3.nuxt.dev/components/table#with-column-visibility.
Additional context
No response
Logs
The text was updated successfully, but these errors were encountered: