removeRowCss
remove css class from the row
void removeRowCss(string id,string css_name);
Parameters
id | string | row id |
css_name | string | name of css class to remove |
Example
$$("mytable").removeRowCss(152, "some_style");
Details
Works as short alias for removeMark command
See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix
html5 library and page of
data table product.