Our pure JavaScript Scheduler component


Post by Aniket »

Team ,

I want to post the response object of crudmanager's listener to load request, on click of button.
Any way to achieve this?

crudManager = {

listeners: {
  load({ response }) {
console.log(response);      ////want to post this object to server on click of button
}
  autoLoad: true,
     autoSync : true,
    transport : {
      load: {
        
url: this.get }, sync : { url : this.sync }, } }

Post by saki »

I have answered to virtually same question in your another thread where you want to save childId. You can use the same approach.


Post Reply