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
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot