removeRowCss

removes a css class from the row

void removeRowCss(string id,string css_name);
idstringthe row id
css_namestringthe name of css class to remove

Example

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

Details

Works as a short alias for the removeMark method.

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.