Our pure JavaScript Scheduler component


Post by ran »

well thats a bit different.. we try to pass the updated events via props. while the state is updated and calls the components render method, and the events arent respond accordingly which is a basic thing in React. if the render wasnt been call i could understand, but it does.
i guess somthing isnt right..

Post by saki »

Would you please post zip of your application? We need to see the code to sort out where the problem is.

Post by ran »

it will take us a while to do so, is there an option to share a screen with you via zoom or any other ap? and go over the flow?

Post by saki »

Yes, we provide also such services. See https://www.bryntum.com/services/

You can also try to run the following file to see how events should be updated. To install, uzip and replace examples/react/javascript/simple/src/containers/Main.js with the attached file. Run the example and repeatedly click "set events" button.
Attachments
Main.js.zip
(2.2 KiB) Downloaded 110 times

Post by StanK »

I faced the same issue today.
But in my case the problem was in my own inattention. :)
Make sure that your new event contains all the necessary fields in the correct format. Like "startTime", "endTime" etc

Post Reply