Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello,
In Angular Gantt component, i want to perform a Fullscreen Timeline function and I am doing it with an external fullscreen button and setting Gantt Splitter position to 0 manually.
this.gantt.setSplitterPosition('0%', 'position')
this.gantt.setSplitterPosition('0', 'columnIndex')
this.gantt.setSplitterPosition('Chart', 'view')When i click the button and calling one the given functions above, timeline rows are not rendering properly. I could not find a workaround or proper solution to this problem. Is there any way to solve this or rerender the row data.
Stackblitz Example:
Minimal Reproducible Example
Same problem happens in documentation page also: