Skip to content

getCss

returns the className of a cell

function getCss(
// the row id
rowId: string|number,
// the column id
columnId: string|number
): string

string the className of a cell

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