addRowCss

adds a css class to the row

void addRowCss(string id,string css);
idstringthe row id
cssstringthe name of a css class

Example

$$("mytable").addRowCss(152, "some_rule");

Details

Works as a short alias for the addMark method.

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix javascript web framework and page of javascript tree table product.