We have updated WebDataRocks EULA, effective as of April 18, 2024. Learn more about what's changed.

Responsive pivot table based on screen size

Resolved

I don’t want to restrict height, I want to change this based on screen size. Is it possible?

5 answers

Hugo Martinez September 5, 2018

I wrapped div element with the pivot table into one more div and applied styles to the outer div.
As a result, the height of my pivot table changes when the div element changes.
Best,
Hugo

Ramarkishna September 6, 2018

Thank you for your kind response Hugo, 
I have tried by changing outer div styles but I could not succeeded. Can you give me an example for your answer?

Hugo Martinez September 6, 2018

Take a look at the following codepen: https://codepen.io/anon/pen/qMPmBO

Ramarkishna September 7, 2018

In given codepen also it is not working, when I resize the output section of the codepen pivot was not resizing.

WebDataRocks Team WebDataRocks September 7, 2018

Hello Ramarkishna,
The use case with resizing the pivot according to screen size is not supported by our tool. The only way is setting the height explicitly.
Regards,
WebDataRocks team