DayPilot.Row.removeClass

Removes the specified CSS class from all cells of a row header.

Declaration

DayPilot.row.removeClass(cssClass);

Example

dp.rows.find("A").removeClass("resource-a");