JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Gantt › React: Remove project from timeline view › Reply To: React: Remove project from timeline view
July 17, 2023 at 2:08 pm
#107478
ivanpeevski
Participant
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/