Перейти к основному содержимому

onDataRender

Description

Срабатывает после того, как данные полностью отрисованы на странице

onDataRender: () => void

Example

scheduler.attachEvent("onDataRender", function(){
alert("Данные были отрисованы на странице")
});

scheduler.init("scheduler_here");
scheduler.parse(demo_events);
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.