Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103714
    Guillermo Rubio
    Participant

    Is there a way to hide the tasks? The task table doesnt meet my requirements (i need the values to be editable inside the table) so im using another table and align it to the gantt, so i dont need the task table i only need the resource timeline to be shown.

    thanks.

    #103724
    george_kostov0
    Participant

    Hi,

    See the example and see how you can do it with JS: https://codepen.io/dkeamcaksoem/pen/KKRvzMP?editors=0010
    Another option is with CSS this way: https://codepen.io/dkeamcaksoem/pen/LYmjNNj

    #gantt .smart-task-splitter smart-splitter-item[smart-id=tableSplitterItem] {
    display: none;
    }

    #gantt .smart-task-splitter smart-splitter-bar {
    display: none;
    }

    Should you have questions, do not hesitate to contact us!

    Best Regards,
    George Kostov

    Smart UI Team
    https://www.htmlelements.com/

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