DayPilot.CellArray.html

The html() method set the inner HTML of all grid cells in the array.

Declaration

DayPilot.CellArray.html(html)

Parameters

  • html - the HTML to be set (string)

Example

dp.cells.all().html("text");