jsGanttImproved / ng-gantt

Gantt for Angular 8 based on jsgantt-improved
MIT License
61 stars 28 forks source link

How can I hide particular column? #34

Closed poddarkhushbu07 closed 4 years ago

poddarkhushbu07 commented 4 years ago

I saw method named : setShowComp in jsgantt-improved documentation, but I am not getting how to use this method in angular with ng-gantt.

pasha42 commented 4 years ago

@poddarkhushbu07 In the jsganttImproved documentations, there is an method naming setShowComp.

You can refer to the following component file from the demo folder demo.component.ts. It's having some basic options already configured with the editor. (Refer line no 71 in the file) image

The value assigned to these variables can be 0 (Hide) and 1 (Show).

mariohmol commented 4 years ago

thanks @pasha42

If there is something else feel free to reopen