Force pivot size without scrollbar

Answered
Julien PULEO asked on November 6, 2024

Hello,

I would like to force pivot width to display all columns without horizontal scrollbar.

There is a way to do this quickly without doing several calculations and use setTableSizes ?

Same question for pivot height and vertical scrollbar

B. regards

 

1 answer

Public
Solomiia Andrusiv Solomiia Andrusiv Flexmonster November 7, 2024

Hello, Julien!

Thank you for contacting us.

Kindly note that we don't have the functionality to dynamically calculate table sizes and avoid scroll. The main reason is that Flexmonster works with a virtual scroll feature which allows data to load more smoothly by rendering only visible part of the grid content.

Here are some recommendations that may be helpful for your case:

- increasing the size of the Flexmonster container
- switching off the automatic prefix like "Sum of..." for the measures headers: https://www.flexmonster.com/api/options-object/#showaggregationlabels.
- making cell width and height smaller with CSS: https://jsfiddle.net/flexmonster/Ldc1vrew/.

Hope you will find our answer helpful.

Kind regards,
Solomiia

 

Please login or Register to Submit Answer