JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Gantt › React: Remove project from timeline view
Tagged: gantt
Hi
Is it possible to remove the project item from timeline view, currently it also appears as a task, and only see tasks in the timeline view?
Hi ceddy,
If I undertstoond you correctly, you can hide the project item with the following CSS. This will still keep the project in the tree view on the left:
.smart-timeline-task.project{ display:none; }
Best Regards, Ivan Peevski Smart UI Team https://www.htmlelements.com/
Thank you very much Ivan, it worked