Hi Support-Team,
i want to change the style of the folder cell items but still i can’t find a way. So i will change the color from the darkgrey cells (the complete line) (ex. from Web Testing Dep. ) . How can i solve this?
Thanks in advance
Björn
Hi Support-Team,
i want to change the style of the folder cell items but still i can’t find a way. So i will change the color from the darkgrey cells (the complete line) (ex. from Web Testing Dep. ) . How can i solve this?
Thanks in advance
Björn
You can define your styling like
.dhx_data_table.folder .dhx_matrix_cell{
background-color:orange;
}
Thanks a lot for your help