default expand dimension
When there are multiple dimensions and in classic mode, you need to manually click to expand the next dimension. Is there any way to expand the next dimension by default?
1 answer
Hello,
Thank you for writing to us!
Yes, you can expand either all the hierarchies on the grid or the specific ones.
1. To expand all the hierarchies, set an expandAll
property to true. Here is a demo on how to do it.
2. To expand the hierarchies of your choice, define an array of hierarchies from the rows and/or columns inside an expands
object. Please see the demo.
Additionally, you can find a more detailed information about a slice
object and the expands
object in particular on a page about a Slice Object .
Hope it helps!
Regards,
WebDataRocks Team