The removeClass() method removes the specified CSS class from all cells of a row header.
Declaration
DayPilot.Row.removeClass(className)Parameters
className(string) - CSS class name to remove from all cells of the row header
Example
dp.rows.find("A").removeClass("resource-a");See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot