bryntum / support

An issues-only repository for the Bryntum project management component suite which includes powerful Grid, Scheduler, Calendar, Kanban Task Board and Gantt chart components all built in pure JS / CSS / TypeScript
https://www.bryntum.com
53 stars 6 forks source link

Make beforeSync possible to be async #9974

Open marciogurka opened 3 weeks ago

marciogurka commented 3 weeks ago

Forum post

User wants to use https://bryntum.com/products/gantt/docs/api/Scheduler/crud/AbstractCrudManagerMixin#event-beforeSync in an async approach, so wait for an async function response and only after it's solved, move forward with the sync request.