Our pure JavaScript Scheduler component


Post by Aniket »

Team,

I would like to understand the sync process of the crudmanager so that I can design my backend accordingly. I dont get to see the updated objectto design my backend to save changes

WHat i see from the docs, autosync : true sends data at every change user makes.

How can I have a button to save these changes all?

I would want to study both approaches so that I can design my backend accordingly


Post by mats »

WHat i see from the docs, autosync : true sends data at every change user makes.

Set

autoSync : false

Post Reply