Search code examples
javascriptreactjsfullcalendardivider

timeline view divider not draggable in fullcalendar v6


I can't resize resources and events by divider bar

enter image description here

I tried to find the property to allow it to resize but it didn't work. Please let me know if you have done it through fullcalendar. I thank you very much if you find something about divider.


Solution

  • In the following way, I was able to resize it:

    1. Please install npm i @fullcalendar/interaction
    2. Add plugin: plugins={[interactionPlugin]} imported from the package installed above
    3. set editable attribute: true