I want to add an image in the row header in my angular 6 day-pilot.
You can use onBeforeRowHeaderRender event to insert custom HTML and/or active areas:
https://doc.daypilot.org/scheduler/row-header-customization/
I'm asking this about in angular 6. while applying ( args.resource.backColor = "grey" ). I'm getting error like, Cannot set property 'backColor' of undefined.
I want image as an icon not as a background.