zunnzunn / vue-ganttastic

Simple, interactive and highly customizable Gantt chart component for Vue 3
https://zunnzunn.github.io/vue-ganttastic/
589 stars 145 forks source link

Sub Rows - Children #58

Closed ruibarbosareb closed 2 years ago

ruibarbosareb commented 2 years ago

How can we add collapsible sublines?

it's possible?

zunnzunn commented 2 years ago

It is not supported out of the box. You can implement it yourself in your program by toggling the visibility of <g-gantt-row>elements and using CSS transitions.