taitems / jQuery.Gantt

jQuery Gantt Chart
http://taitems.github.io/jQuery.Gantt/
MIT License
952 stars 304 forks source link

How can I put more options before the calendar? #228

Closed allefgomes closed 5 years ago

allefgomes commented 5 years ago

Like, I have the name, desc, and I want to have one more that has two fields. one on top of the other and on the calendar can show. Just like in the picture. captura de tela 2019-01-29 as 12 36 23

usmonster commented 5 years ago

Hi @a113f. Thanks for your question. If I understand correctly, you can do what you're looking for by omitting the name from your second row's data.

You can see an example on the demo page: http://taitems.github.io/jQuery.Gantt/ (code)

Please let me know if this answers your question.

allefgomes commented 5 years ago

Thanks so much. Yes, it did.