JavaScript UI Libraries & Blazor Components Suite – Smart UI Forums Gantt React: Remove project from timeline view

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #107470
    ceddy
    Participant

    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?

    • This topic was modified 9 months, 3 weeks ago by ceddy.
    #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/

    #107486
    ceddy
    Participant

    Thank you very much Ivan, it worked

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.