I know the Table visualization takes parameters for height and width, but 
what I really want is a parameter for max-height.  I've tried not supplying 
a height parameter and just constraining the height of the enclosing div, 
but then if the table exceeds the div dimensions in both directions, I need 
to scroll down to the bottom of the table in order to find the horizontal 
scrollbar (this is on Chrome on a Linux desktop, and I don't have a 
horizontal scroll gesture -- I need to user the scrollbar), and the table 
header won't be fixed.  Example at https://jsfiddle.net/0mgg48bz/.  I can 
get the scroll behavior I want by specifying my max-height as the height 
option when drawing the table, but then if the data would ordinarily take 
up much less vertical space than my max-height, it expands to fill it, 
which I don't want.  Is there a way to get it to only take up as much space 
as needed, unless that space would exceed my max dimensions, and then have 
sensible scrollbars?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/7a235027-ec05-468e-82e6-9bba9b44f8ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to