guiqui / react-timeline-gantt

A react Timeline component with virtual rendering
MIT License
541 stars 131 forks source link

Add grouping by name #48

Closed Domino987 closed 2 years ago

Domino987 commented 4 years ago

This PR adds a toggle to group by name, so that multiple items per row are possible.

By adding the groupName to the tasks, they get grouped into one row.

Let me know what you think :)

It turns this: image into image by providing

groupName: 'Task'
Domino987 commented 4 years ago

What do you think @guiqui

sodhanii commented 3 years ago

Hi, can we merge this PR in master branch?

guiqui commented 2 years ago

What do you think @guiqui

Thank you for your contribution! Really appreciate it .