The problem
I have tested beta version on rowRenderer and I cannot drop item from the outside of the calendar at any point of time
Solution
It would be nice if the library provides some functionality to drop items from the outside of the calendar at any point of time.
I came up with the solution to do this and I want some feedback because I am not sure that is a decent way to do it so.
The problem is I want to drop the items from outside of the calendar.
Thank you.
@napatwongchr yep this sounds good! The community would appreciate it if you could provide a codesandbox for your solution.
@napatwongchr Can't we implement this with a custom renders and react dnd?
@janakact Yes it could, you could check it out on the example on 0.27.0-beta release. But from the example you could only drop on specific slots that you have defined. You have to modify it to make it drop on anywhere on timeline. So, that I came up with solution above.
@napatwongchr Bro, Can you please share a working example?