getCss

возвращает className ячейки

string getCss(string|number rowId,string|number columnId);
rowIdstring|numberID ряда
columnIdstring|numberID колонки
stringclassName ячейки

Example

$$("table").getCss(2,"title"); // -> "webix_cell webix_cell_select"

Наверх
If you have not checked yet, be sure to visit site of our main product Webix javascript ui framework and page of datagrid javascript product.