Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Noctis
Contributor III
Contributor III

How to Make the last row in a pivot or straight table per CSS Bold?

Hey Guys,

 

Does anybody knows which  CSS Class works with :Last-Child to make last Row of a Table Bold?

 

thanks a bunch!

Labels (1)
1 Reply
rbartley
Specialist II
Specialist II

Are you talking about within a native Qlik Sense app?  I looked at the rendered elements of a pivot table and the last row element was defined as:-

<tr ng-mouseover="grid.hover(row, true, themeStyle)" ng-mouseleave="grid.hover(row, false, themeStyle)" ng-repeat="row in grid.rows" tid="data.row" ng-style="!row.isHovering &amp;&amp; themeStyle.content.default" on-finish-render="" class="ng-scope" style="font-size: 13px; color: rgb(89, 89, 89);">

 

As you can see, there does not appear to be a class that defines it as such, so I don't think you can do this through css.  If you're talking about an extension, that's a different thing entirely.