▽Recent Questions - Stack Overflow ●12/22 00:55 24,240,809 questions4 viewsHow can I update hiddenDays when I modify eventsWhen I update events I want to update hiddenDays to not show days that do not have events. I'm using it in vue 3, try this code:const calendarApi = await calendarRef.value?.getApi();if (calendarApi) ...fullcalendarAlan1275 viewsHow to drop only the null cells in pandas dataframe and shift the values up?I can drop