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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
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.