addClass for cell?
Asked by Seb
8 years ago.
8 years ago.
Hi
is there anything like cell.addClass('cssClass')?
I want to add one or more classes to cell but all I found is args.cell.cssClass = "cssClass", so if I want to add another class I have to check if cssClass is not empty in order to add a trailing space or not.
DayPilot