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 html5 library and page of data table product.