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

Datatable rowGroupMode: columns can't be hidden with setting hidden = true #4982

Closed
violetshih opened this issue Dec 20, 2023 · 0 comments
Closed
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@violetshih
Copy link

violetshih commented Dec 20, 2023

Describe the bug

  1. Datatable set as rowGroupMode="subheader"
  2. The last column is set to hidden=true
  3. The header of the last column is hidden, but the cloumn value is still rendered. please check the Reproducer.
Screen Shot 2023-12-20 at 3 22 22 PM Screen Shot 2023-12-20 at 3 23 12 PM

Reproducer

https://codesandbox.io/p/sandbox/cocky-cdn-2k94xl

PrimeVue version

3.44.0

Vue version

3.x

Language

ES6

Build / Runtime

Vue CLI App

Browser(s)

ALL

Steps to reproduce the behavior

  1. Use Datatable rowGroupMode="subheader"
  2. set any column as hidden = true

Expected behavior

columns which set as hidden = true, should not be rendered in any case.

@violetshih violetshih added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Dec 20, 2023
@mertsincan mertsincan added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Dec 21, 2023
@mertsincan mertsincan added this to the 3.45.0 milestone Dec 21, 2023
@mertsincan mertsincan self-assigned this Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

No branches or pull requests

2 participants