Do you want to style the last row, or select it? To select, do as Jeremy
Faller suggested; to style, do this:
#myTableDiv tr:last-child {
font-weight: bold;
}
where myTableDiv is the id of your table's container div.
On Monday, March 24, 2014 11:17:01 PM UTC-4, TheInnovator wrote:
>
> Hello,
>
> I am trying to style the last row in my table.
>
>
> <https://lh3.googleusercontent.com/-WTGwjSU126E/UzD0tdLFYJI/AAAAAAAAAiw/KYRCHqBxG6Y/s1600/googleTable.PNG>
> Here's my code:
>
> var tblOption = {
> showRowNumber: true,
> height:250,
> width:500,
> alternatingRowStyle: true,
> cssClassNames: {
> tableRow: 'conformanceAlternate',
> selectedTableRow: 'conformanceFooter' *<--How do I select the last
> row?*
> }
> };
>
--
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 http://groups.google.com/group/google-visualization-api.
For more options, visit https://groups.google.com/d/optout.