DayPilot.CellArray.removeClass

The removeClass() method removes the specified CSS class from all grid cells in the array.

Declaration

DayPilot.CellArray.removeClass(className)

Parameters

  • className (string) - CSS class name to remove from all cells in the array

Example

dp.cells.all().removeClass("my-class");

See Also

DayPilot.CellArray Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript