Hi,
I’m using 8.1.4 and have a hard time figuring out how to change the background color of the table component (the area which is not filled with data) in table.css
it seems to change following should do the trick but it doesn’t.
.ia_tableComponent {
border: var(--containerBorder);
background-color: red;
}
Is it a bug or there is some hidden CSS rule for that?