Our pure JavaScript Scheduler component


Post by kanimozhi »

Hi, I have used the attached feature in my module. It is working fine . But here the background color is changing for the entire row. I need to restrict it only for the resource column and i need to use another background color for the chart row . Please tell me how to achieve this.
Attachments
Resource_Rows.png
Resource_Rows.png (35.48 KiB) Viewed 627 times

Post by mats »

Please look at our HTML Structure and use CSS classes:
.b-grid-subgrid-locked .b-grid-row {}

.b-grid-subgrid-normal .b-grid-row{}

Post by kanimozhi »

Hi, Its working fine.

Thanks. :-)

Post Reply