Hi, I succeed to load tasks from database using the connector, now I want to display just one task which has 30 as id. I tried this attempt but it didn’t work.
If you want to display that task meaning all others should be hidden, then you need to enable filtering (showTask only does the scrolling) docs.dhtmlx.com/gantt/desktop__filtering.html
Hi, thank you it works very well, I used the method of filtering, please I have another question , I want to display the task with 30 as id and it’s child, I tried this attempt: