removeCellCss

removes a css class from the cell of datatable

void removeCellCss(string id,string name,string css_name,boolean silent);
idstringthe row id
namestringthe column name
css_namestringthe name of a css class to remove
silentbooleanif true there is no rerendering after a method call

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 widget library and page of tree table widget product.