Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey Guys,
Does anybody knows which CSS Class works with :Last-Child to make last Row of a Table Bold?
thanks a bunch!
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 && 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.