Please provide a feature that will ensure displaying new expandable levels of dimensions only when the previous one is expanded similar to
https://js.devexpress.com/Demos/WidgetsGallery/Demo/PivotGrid/DrillDown/Angular/Light/
Currently when using the local binding directive, all configured axes are visible regardless of whether the previous level is expanded or not, and achieving the desired functionality requires non-trivial custom implementation, e.g.:
https://stackblitz.com/edit/angular-68zraa-wbx8yw?file=src%2Fapp%2Fapp.component.ts