search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

onBeforeCellRender

Asked by Emily
4 years ago.

Hello Everyone, i have question. How can I rerender cells? For example, I need to run onBeforeCellRender after changing events

Answer posted by Dan Letecky [DayPilot]
4 years ago.

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

Comment posted by Emmy
4 years ago.

Thank you very much

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.