You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've worked around this by updating Gantt to implement Scrollable (see attached patch - note it's just a quick hack, not necessarily product-ready code).
In my application I know the size in pixels of each day, so I can scroll to the date I want by comparing it with the start date of the gantt chart. It's possible to scroll too far too - I check and prevent this in my application using https://vaadin.com/directory#!addon/sizereporter.
For Example in Vaadin Table is a function "setCurrentPageFirstItemId".
Would it be possible to make something similar in the gantt component so we can scroll to a date or step?
The text was updated successfully, but these errors were encountered: