igniteui-webcomponents
igniteui-webcomponents copied to clipboard
IgcPivotDataSelector - Cannot re-select data after all rows, columns and values are deselected.
Description
IgcPivotDataSelector - Cannot re-select data after all rows, columns and values are deselected.
Steps to reproduce
- Start the attached reproducible sample.
- In the pivot data selector, deselect "column1".
- Deselect "Sum".
- 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
This might be duplicated with https://github.com/IgniteUI/igniteui-webcomponents/issues/953, but the steps to reproduce are different and another type error about headerGroupClasses occurs in this case, so I submitted this issue separately.