We found that you can collapse individual items in the pivot table by digging all the way down to the PivotItem
and setting the isExpanded
field (see docs here).
This is a pain though because we really want to just have every item collapsed for every row field (everything is expanded by default), so to accomplish this we have to manually dig through every field and every item to collapse them. We'd really like to have something equivalent to the "collapse entire field" functionality you get in the UI.
Is there a place where we can request this feature?