Describes a rendered row plus associated ICell metadata.
const firstRow = grid.refs.rows[0];firstRow.current?.classList.add("hud-row"); Copy
const firstRow = grid.refs.rows[0];firstRow.current?.classList.add("hud-row");
Optional
Describes a rendered row plus associated ICell metadata.
Example