Page 1 of 1

On resource rows

Posted: Sat Jul 13, 2019 1:38 pm
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.

Re: On resource rows

Posted: Sat Jul 13, 2019 5:27 pm
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{}

Re: On resource rows

Posted: Tue Jul 16, 2019 6:39 am
by kanimozhi
Hi, Its working fine.

Thanks. :-)