Tables : hoverTableRow and selectedTableRow

127 views
Skip to first unread message

Jeremy Davies

unread,
Mar 28, 2012, 8:27:05 AM3/28/12
to Google Visualization API
Hi,

I've looked at the forum and understand that the two above class
definitions are applied and all other classes removed when used with
the Table chart. (To support IE6).

Could I ask that if they are set to "" or null as part of the options
for the chart that the logic that removes and resets the class be
changed to not function.

This would allow us to effectively remove the support of either of
these features in our implementations that do not require them.

Cheers,

Jeremy.

asgallant

unread,
Mar 28, 2012, 12:24:17 PM3/28/12
to google-visua...@googlegroups.com
The options for them are null by default, so having them disabled when they are set to null would force every user to have their own classes to handle the css for pretty much every aspect of the table.  If you are using the default styling without the even/odd row striping, then you can "disable" the hover and select styling by giving them class names that don't point to any styles.  I was going to suggest using javascript to change the class names back on hover or select, but you could run into timing issues where your custom event handler might execute before the default.  Perhaps the better solution would be to have an option that disables the hover or select styling (without using the cssClassNames option).
Reply all
Reply to author
Forward
0 new messages