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