Hi, can you tell me if it is possible to somehow disable vertical virtualization? I have a problem, I have a task with the project type and type=“split”, and there are child tasks that belong to this parent with the project type, I also make a large height for this object and change the dynamic top property of the child tasks so that they are placed by levels, but when I scroll down a little, they disappear
Hello,
If I understand you correctly, you’re referring to the “Smart Rendering” functionality. If so, you can disable it by setting gantt.config.smart_rendering = false
.
Would it be possible to share your configuration or a code snippet where I can reproduce the issue?
I’ll look into your case more closely and may be able to suggest a solution without disabling smart rendering.