You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function buildRowHeaders creates each row with pvtRowSubtotal class set. tr = createElement("tr", "pvtRowSubtotal row" + rowHeader.row, "", ...
I think this is overused causing that all cells are with bold font. I have removed that and now pvtVals render with normal font while subtotal cells with bold font.
The text was updated successfully, but these errors were encountered:
Function
buildRowHeaders
creates each row withpvtRowSubtotal
class set.tr = createElement("tr", "pvtRowSubtotal row" + rowHeader.row, "", ...
I think this is overused causing that all cells are with bold font. I have removed that and now
pvtVals
render with normal font while subtotal cells with bold font.The text was updated successfully, but these errors were encountered: