Skip to content

addRowCss

adds a css class to the row

function addRowCss(
// the row id
id: string,
// the name of a css class
css: string
): void
mygrid.addRowCss(152, "some_rule");

Works as a short alias for the addMark method.

Articles

API