removeRowCss

удаляет класс css, который был присвоен ряду таблицы

void removeRowCss(string id,string css_name);
idstringID ряда
css_namestringимя класса css

Example

$$("mytable").removeRowCss(152, "some_style");

Details

Работает так же, как и метод removeMark.

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix open source html5 framework and page of tree table widget product.