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

IgcPivotDataSelector - Cannot re-select data after all rows, columns and values are deselected. #1010

Closed
norikois opened this issue Dec 19, 2023 · 1 comment · Fixed by IgniteUI/igniteui-angular#14769
Assignees
Labels
bug Something isn't working ✅ status: resolved

Comments

@norikois
Copy link

Description

IgcPivotDataSelector - Cannot re-select data after all rows, columns and values are deselected.

Steps to reproduce

  1. Start the attached reproducible sample.
  2. In the pivot data selector, deselect "column1".
  3. Deselect "Sum".
  4. Select "column5".

Result

Type errors occurs.
Users can never select rows, columns or values.

ERROR TypeError: Cannot read properties of undefined (reading 'dimensionValues')
at t2.extractFromDimension (combined.js:46164:39)
x twice

ERROR TypeError: Cannot read properties of undefined (reading 'headerGroupClasses')
at template (combined.js:46183:693)
x twice

Expected result

No type error occurs.
Users can select rows, columns and values again.

Attachments

c-00234067-igc-pivot-grid.zip

@norikois norikois added 🆕 status: new The issue is new and will be reviewed when somebody picks it up. bug Something isn't working labels Dec 19, 2023
@norikois
Copy link
Author

This might be duplicated with #953, but the steps to reproduce are different and another type error about headerGroupClasses occurs in this case, so I submitted this issue separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ✅ status: resolved
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants