javascript - Full Calendar not showing some rows when slot duration is set while rendering -


i'm trying figure out why full calendar not showing rows. tried setting slotduration 5, 10 minutes in case, works in 15, 30 minutes doesn't. saw while rendering applies .fc-minor class on adjacent rows not showing.

does know why it's happening ?

full calendar bug

var calendaroptions = {   header: {     left: 'prev today',     center: 'title',//'agendaweek,agendafourday',     right: 'next, month, agendaweek, agendaday'   },   columnformat: 'ddd d/m',   eventcolor:"#208454",   timezone: 'australia/sydney',   slotduration: '00:30:00',   ... } 

i had below property set in custom.scss preventing rendering of adjacent events correctly.

.fc-slats td {     height: 1px !important; } 

Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -