timeline view divider not draggable in fullcalendar v6

66 Views Asked by At

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.

1

There are 1 best solutions below

0
Đỗ Thành On BEST ANSWER

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