Hi,
I can test DHX Gantt some data on the page and modify couple of date and durations on the web page.
Well, How can get the data from the Gantt. If I get the new gantt values again than I can save them in PostgreSQL database back again?
Hello Mucip,
Gantt is a client-side library. It doesnât directly communicate with the database or the server-side. All changes occur only inside the browser.
Hello Mucip,
Gantt doesnât work with CSV strings. If you need that format, you need to manually convert the JSON data to a CSV string when you save the data and convert CSV string to JSON when you load the data.
There are no ready examples of the implementation
But you can check the following pages that can help you to start implementing your solution:
Hello Mucip,
Thank you for the clarification.
It seems that you decided to open the [[Prototype]] property of the Javascriptâs array. You will find the same properties in any arrays.
The actual array is empty. It seems you just clicked on a button without making any changes.
If you drag a task and click on the button, the array will have the values: https://files.dhtmlx.com/30d/b468b0fa9169fab3d9fc09ee3532226e/vokoscreen-2024-08-30_19-30-08.mp4
Dear Ramil,
Thanks for your kind interest.
I think I can see only affected taskâs values.
But How can I get all tasks information like csv file or detail information like âTask name, ID, Durationâ etc.?
Regards,
Mucip:)