Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I have changed the below script to make table ( Straight table not pivot table) header background color and font-weight but its not reflecting
"straightTable": {
"header": {
"fontSize": "@H4",
"color": "@B35",
"backgroundColor": "@B20",
"font-weight": "bold"
},
This is customized theme.
Hi,
Perhaps this is a known limitation as discussed here with alternative approaches https://community.qlik.com/t5/New-to-Qlik-Sense/Change-table-header-color/td-p/1564615
Please share the definition code for H4 , B35 and B20
you can pass some values in place of H4 , B35 and B20
"straightTable": {
"header": {
"fontSize": "10",
"color": "green",
"backgroundColor": "blue",
"font-weight": "bold"
},
you can try with CSS script also
https://community.qlik.com/t5/App-Development/QlikSense-Straight-table-background-color/m-p/1948158