removeCellCss

removes a css class from the cell of datatable

void removeCellCss(string id,string name,string css_name,boolean silent);
id
stringthe row id name
stringthe column name css_name
stringthe 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
  • API
  • Articles
  • 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 widget library and page of tree table widget product.