Hi there,
I implement the feature: scroll to resource in daypilot use the api scrollToResource but I faced the issue with it as below:
I create a search box on the top of screen and user will input the resource name to search. After user select to resource, I will scroll to it and mark it is selected. This resource will locate at the top of viewport.
But because I also apply dynamic event loading for our schedule lead to: after schedule scroll to resource and locate it at the top, the events will render and push this resource to out of viewport.
Is there any way to keep the resource at the top of viewport?
Thanks,
Tan