Hierarchy

  • Cell

Properties

alignment: CellAlignment

Specifies alignment of content inside cell.

className: null | string

Specifies CSS class names to apply to cells. See the Help documentation for more information.

editable: null | string

Specifies if cells are editable. See the Help documentation for more information.

renderer: null

A function that returns cell content. The function takes a context argument, provided by the datagrid. See the Help documentation for more information.

style: null | string

Specifies inline style to add to the cells. See the Help documentation for more information.

Generated using TypeDoc