Drag event across pages? #334
Unanswered
Bertie2011
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Thanks, this idea seems interesting. If I have some free time or if I get more requests to implement this feature, I will try to implement something. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to allow events to be dragged across different "pages" of a view?
For example, we're currently using the
resourceTimelineMonth
view and although by default the calendar view scrolls as you drag the event, it does not automatically switch to other months.I attempted to hack my way around this with a mouse-leave event, checking some coordinates and calling
calendar.next()
andcalendar.prev
. It does show the ghost of the event on the next month view, but once dropped it does not appear in the view and the previous month page (where the event originated from) wasn't updated either.Beta Was this translation helpful? Give feedback.
All reactions