JavaScript Resource Planning Component / Chart with Editing Capabilities

I am looking for a JS-based resource planning component where I have available resources on the left and resource loading on the right.

enter image description here

So far, I have only found a few gantt diagram implementations that do not have the ability to add, move, or edit. I realized if such a component exists.

+5
source share
4 answers

I do not know any of the ready-made solutions, but this is something that could probably be implemented somewhat easily. If you create a few divfor strings and then sub divfor resources, you can create something like a specification.

+4

All Articles