When having multiple breakdowns the scrollbar shrinks down to nothing, making it very hard to scroll.
Should allow to collapse the list of breakdowns at the top to allow more room for the table.
(can't add image - just add all the items to rows to see).
Hello Ron,
Thank you for your question. In such case, we suggest you trying "showHierarchyCaptions" property. It will hide the hierarchy captions - http://jsfiddle.net/flexmonster/p57xfkqa/. More information you can find in our documentation - http://www.flexmonster.com/api/options-object/. Otherwise, please consider increasing the pivot height to the number which will fit all the hierarchies.
Let us know if everything works fine for you.
Best regards,
Dmytro.
Thanks.
Can you please explain what this means?
"Specifies how to show drillable hierarchy cells on the grid: with link on the right (true
) or with icon on the left (false
)."
I see it as displayed or hidden. What link/icon is this?
Hello Ron,
Thank you for the question. showHierarchyCaptions
property can help you to hide hierarchy captions whereas showHierarchies
specify the appearance of drillable hierarchy cells (not hierarchy captions). Please have a look at the example illustrating showHierarchies
option in action: open JSFiddle.
Regards,
Tanya
Ah I understand, thanks!