[feat]Add now indicator to fullcalendar
This commit is contained in:
parent
ccbc2ed0d5
commit
5197ddbe24
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ $( document ).ready(function() {
|
|||
|
||||
var calendar = new FullCalendar.Calendar(calendarEl, {
|
||||
schedulerLicenseKey: fullcalData.data('schedulerLicenseKey'),
|
||||
nowIndicator: true,
|
||||
expandRows: true,
|
||||
allDaySlot: false,
|
||||
slotMinTime: fullcalData.data('startHour') + ':00:00',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue