neuronetio / gantt-elastic

Gantt Chart [ javascript gantt chart, gantt component, vue gantt, vue gantt chart, responsive gantt, project manager , vue projects ]

Home Page:https://neuronet.io/gantt-elastic/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customizable task model

lucafaggianelli opened this issue · comments

Is your feature request related to a problem? Please describe.
If you have a different task model, that is, different properties instead of label, start, etc. you must create a copy of the tasks with the correct properties.

Describe the solution you'd like
It should be an option like const options = { labelProp: 'title', startProp: 'startDate' }

Describe alternatives you've considered
I fetch the task list and create a copy with the needed properties

I can work on this feature if you find it useful and need help!

This Gantt component is wonderful! Thanks a lot!
Luca

good idea

Great! I'll test it out soon, thanks!