getCss
returns the className of a cell
function getCss( // the row id rowId: string|number, // the column id columnId: string|number): string
Returns
Section titled “Returns”string
the className of a cell
Example
Section titled “Example”grid.getCss(2,"title"); // -> "webix_cell webix_cell_select"