Resource management column inline editing

Hello,

I’m using this functionality:
https://docs.dhtmlx.com/gantt/desktop__resource_management.html

I want to add a column for a resource and make it editable inline. I tried doing like for the main grid where i added inline editable column, but it’s not working.

Do you have a sample showing how to do this ?

Thanks,
David

Hello David,
Right now, Gantt doesn’t have the feature to use inline editors in the resource grid. The dev team will add that feature in the future, but I cannot give you any ETA.

For now, you need to implement a custom solution by using the Gantt API and Javascript.
Here is an example of the implementation that can help you to start:

Thank you for the snippet !