JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › Gantt › hide task column › Reply To: hide task column
September 21, 2022 at 12:36 pm
#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/
- This reply was modified 2 years ago by george_kostov0.
- This reply was modified 2 years ago by george_kostov0.