Date Posted:
Product: TIBCO Spotfire®
Product: TIBCO Spotfire®
Problem:
The following is the JS code that changes the color of the Header in the table visualization.
Solution:
JS Used: $(".sf-element-table-cell.sfc-column-header").css("color","#000000") $(".sf-element-table-cell.sfc-column-header").css("background-color","#FFFF99") $(".sf-element-table-cell.sfc-column-header").css("border","2px") //$(".sf-element-table-cell.sfc-column-header").css("border-color","#00FFFF") $(".frozenRowsContainer").css("background-color","#0079c1")
Comments
0 comments
Article is closed for comments.