Hello,Is it possible to make the resource header conta

Hello,


Is it possible to make the resource header contain more than just a string? I would like to display the name and other information on a new line, and I would also like to add a small picture there. I tried to inject a json object into the calendar as an initial parameter, with the resourceRender key and with the function of what I would like to do, but this did not give any effect. Could you please suggest what can be done in this case?


Thank you!

Hi,


we provide methods to set the different resource render hooks, which the FC provides, for instance "scheduler.setResourceLabelContentCallback". What exactly has to be set here, can be taken from the FC library documentation in https://fullcalendar.io/docs/resource-render-hooks .


Please note, that we just use their library and wrap it into Flow. I never have used the resource render hooks before myself, so I cannot really help here with additional details, what exactly can or needs to be set.