removeCellCss

удаляет класс css, который был присвоен ячейке datatable

void removeCellCss(string id,string name,string css_name,boolean silent);
idstringID ряда
namestringимя колонки
css_namestringимя класса css
silentbooleanв случае true метод не вызовет перерисовку компонента

Example

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

See also
Наверх
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.