prodogs
1
For some reason my datatable has alternate row highlighting. This is a problem because it is overriding the cell color formatting I have defined.
2 questions -
- how do I remove alternate row highlighting
- how do I prevent alternate row highlighting from overriding my color function
cssFormat:MetricRuleTable.ColorCell
MetricRuleTable Class
public static ColorCell(value) {
var cellColor = {};
cellColor["background"] = value;
return cellColor;
}
maksim
2
Which skin of Webix you are using ?
prodogs
4
never mind - i had a different style css file in another directory. thanks for your help
maksim
5
Material skin must not have an alternative row highlighting by default.
http://webix.com/snippet/0d7953b9
Please be sure that you are including only material skin CSS file on the page, and not using the default webix.css.
If issue still occurs, please share any kind of sample or a demo URL, where problem can be checked.