ShawnockGuhaPaul How can we add or update data in a custom column? Can we customize the right sidebar to include a new input field and use its value to update the data?
1shiharat I am facing the same issue as well. I would like to add or update data in a custom column and customize the right sidebar to include a new input field that updates the data.
tasha Hello ShawnockGuhaPaul To customize the editor and include a new input field you can use editorShape property. For that you need to create an array of objects containing settings for the editor. Add to that array an object for a custom field. To create a custom column you need to add an object with setting for that column into the columns. And also add your custom property to the tasks . Please check the example: https://stackblitz.com/edit/vitejs-vite-tx4uwawm?file=src%2FGanttComponent.jsx