DayPilot.Row.removeClass

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

DayPilot.Row.addClass()

DayPilot.Row Class

Availability

Availability of this API item in DayPilot editions:

LitePro
DayPilot for JavaScript