0
我有一個大型事件數據集,所以我想找到一種方法來加載當前可見日曆的時段(開始&結束日期範圍)的數據。Fullcalendar.io當前可見時段的動態數據加載
我試過以下希望「prev」以某種方式接受回調,但它不起作用。
$('#calendar').fullCalendar({
prev: function() {
console.log('prev button pressed. data for the current date range will be fetched.');
}
})