Welcome to Taipy › Forums › Taipy GUI › Column cell styling in tables › Reply To: Column cell styling in tables
July 15, 2022 at 2:36 pm
#235391
Keymaster
Hi,
The problem seems to come from the definition of the CSS class.
Try to change in your CSS file, this:
.red-cell td {
background-color: red;
}
To this:
.red-cell {
background-color: red;
}
I hope this will solve your issue. Don’t hesitate to come back to us if you have more questions.
Florian