NA
unread,Jan 10, 2012, 1:44:08 PM1/10/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hi,
I have some Tables that have horizontal scrollbars which I'd like to
suppress. I don't think there's an option in the Table visualization
for doing this, and I couldn't find a way to permanently suppress this
using CSS, since when the underlying DataTable is updated, the Table's
horizontal scrollbar reappears after the redraw.
I could probably attach an action that hides the horizontal scrollbar
after each redraw, but this seems a little klunky and would get rerun
after each redraw (making the redraw process a little heavier). Is
there a better "do once" approach that would address this that would
only need to be triggered one time?
thanks,