Hello Everyone, i have question. How can I rerender cells? For example, I need to run onBeforeCellRender after changing events
By default, the results of onBeforeCellRender are cached until the next update() call. You can disable the cache using beforeCellRenderCaching property.
See also: https://api.daypilot.org/daypilot-scheduler-beforecellrendercaching/ https://doc.daypilot.org/scheduler/cell-customization/
And a tutorial: https://code.daypilot.org/97538/javascript-scheduler-displaying-group-availability
Thank you very much