Documentation

removeRowCss

remove css class from the row

void removeRowCss(string id,string css_name);

Parameters

idstringrow id
css_namestringname of css class to remove

See also

Example

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

Details

Works as short alias for removeMark command

Back to top