Our pure JavaScript Scheduler component
Hello,
I'm trying to offer the user the ability to turn dependencies on or off on demand. However, I'm having a hard time achieving this from the scheduler component instance. I've used the Task editor customization Vue 3 + Vite 4 example and have zipped the changed files below. I would appreciate any help you can provide.
-
Attachments
-
- taskeditor_example_changes.zip
- (3.01 KiB) Downloaded 12 times
Hello,
Apologies for the late reply. I tried your method, but it didn't work and threw the following error:
Uncaught (in promise) TypeError: can't assign to property "disabled" on false: not an object.
I tested it with the example you provided, and it works fine, but that example is in plain JavaScript. Could you please provide a working Vue example so I can see what I might be doing wrong?
Hi there,
I have compiled an example in vue-3 + vite. Please check here:
Please let us know, is this does not solve your problem.
Regards,
Ghous
Thank you, it solved my problem
Glad to hear that. Happy coding