ICellMakerOptions Interface
File
wijmo.grid.cellmaker.js
Module
wijmo.grid.cellmaker

Specifies parameters used to create cell elements.

Properties

attributes

Object with attributes to apply to the cell content element.

Type
object

click

Function to be executed when the element is clicked.

Type
ICellMakerClickHandler

cssClass

Template string used to set the element's CSS class names.

Type
string

label

Template string used to set the element's "aria-label" attribute.

Type
string