Is your feature request related to a problem? Please describe
dayClicked only single click
Describe the solution you'd like
dblDayClick
I would like to catch click and double click event in month view.
Describe your use case for implementing this feature
dayClick, once-click to do some function a()
dblDayClick, double click to do some function b()
You can implement this by using a custom event template for the month cell. I've put together an example of how to do that here. Hope that helps! 馃槃
I want to double click event in dayClicked. What can I do?
Most helpful comment
You can implement this by using a custom event template for the month cell. I've put together an example of how to do that here. Hope that helps! 馃槃