removeRowCss

remove css class from the row

void removeRowCss(string id,string css_name);

Parameters

idstringrow id
css_namestringname 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 open source html5 framework and page of tree table widget product.