Most R visualizations (htmlwidgets) will fit themselves into the default size provided. However these fancy tables work differently - they prefer a particular size, and add a scrollbar if that much space is not available.
We could add a feature where widgets can specify how much space they would like to have. Where specified:
* In Q we would resize the item to match its preferred size.
* In Displayr, in a placeholder, scrollbars would continue to be used.
* In Displayr, outside a placeholder, we would resize the item to match its preferred size.
In the attached example, select the _max.diff_ node in the report tree and export it to any office product as an image. Observe that the last visible part of the image is the last visible part on screen. The export should contain the WHOLE output, including that which is not currently visible on screen, and for which you would have to scroll down to view.
[^wine maxdiff v4 26apr2019.QPack]