Our pure JavaScript Scheduler component


Post by kovacd »

Hey,

i want to know how can i change the background color on the Resource cell (the circled part). I've changed the cls property and it changed the background color of the entire row.

Image


Post by tasnim »

Hi,

Here is how you could achieve it

div[data-ref="locked"] .b-grid-row.your-custom-cls {
    background: tomato;
}
Attachments
Screenshot 2023-03-28 130807.png
Screenshot 2023-03-28 130807.png (11.56 KiB) Viewed 57 times

Post by kovacd »

Works like a charm

Thanks.


Post Reply