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
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.
If you have not checked yet, be sure to visit site of our main product Webix ui widget library and page of web datagrid product.