Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a code which works with the old straight table but not the new straight table under the visualization bundle.
I'm assuming i've got the wrong class but i can't find the correct class to use for the new straight table.
.qv-object-content table thead th {
background-color: #000000;
font-weight: bold;
}
anyone been able to customise the header-cell background colour in the new object yet?
@jmcy2408 I will recommend to use the Developer tools / Short key (Ctrl + Shift + I) and check where exactly you looking styles. With this, you can get exact HTML Class or ID and that can be used in your CSS.
Its a good suggestion. I did try this but couldnt locate it, i did find sn-table.
Oddly - that CSS code is working for me today, when yesterday, it wouldnt.