removeCellCss

remove css class from the cell of datatable

void removeCellCss(string id,string name,string css_name);

Parameters

idstringrow id
namestringcolumn name
css_namestringname of css class to remove

Example

$$("mytable").removeCellCss(152, "year", "some_style");

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 javascript excel grid product.