addRowCss

добавляет css класс для ряда

void addRowCss(string id,string css);
idstringID ряда
cssstringимя класса css

Example

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

Details

addRowCss - это алиас метода addMark.

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix javascript component library and page of datagrid javascript product.