removeRowCss
удаляет класс css, который был присвоен ряду таблицы
void removeRowCss(string id,string css_name);
Parameters
id | string | ID ряда |
css_name | string | имя класса 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
html5 library and page of
data table product.