vaadin-fullcalendar icon indicating copy to clipboard operation
vaadin-fullcalendar copied to clipboard

FEATURE REQUEST scrollToTime

Open wulfsystems opened this issue 3 years ago • 1 comments

Hey! Thank you for your work! :)

Will you add https://fullcalendar.io/docs/scrollToTime this in some time?

wulfsystems avatar Dec 01 '21 11:12 wulfsystems

We'll try to integrate it in 4.2. Up to then you can use the java side Element api, to call the method manually, e.g. something like this

calendar.getElement().executeJs("this.getCalendar().scrollToTime('10:00')");

stefanuebe avatar Feb 13 '22 15:02 stefanuebe

Will be released with the upcoming 4.1.3. (sorry for the long waiting time)

stefanuebe avatar Nov 14 '22 08:11 stefanuebe

Released with 4.1.3.

stefanuebe avatar Nov 14 '22 09:11 stefanuebe