Việt Hưng Nguyễn
Việt Hưng Nguyễn
KPCKevin Powell - Community
Created by Việt Hưng Nguyễn on 8/18/2023 in #front-end
Drag event
how to still show the old location of the event before being dragged to another position in fullcalendar? Here is my code
<FullCalendar
eventDragStart={(info) => {

setIsMoving(true);
setEventHover({ event: undefined });
}}
eventDrop={handleEventDrop}
eventDragStop={handleDragLeave}
/FullCalendar>
<FullCalendar
eventDragStart={(info) => {

setIsMoving(true);
setEventHover({ event: undefined });
}}
eventDrop={handleEventDrop}
eventDragStop={handleDragLeave}
/FullCalendar>
4 replies
KPCKevin Powell - Community
Created by Việt Hưng Nguyễn on 8/10/2023 in #front-end
change border color compatible with header background
5 replies