FullCalendar auto-height in week view

前端 未结 3 1486
予麋鹿
予麋鹿 2021-01-07 22:45

I need to have a calendar in week mode which would take all the width it can take and take all the height it needs to not have scrollbars.

If I keep default settings

3条回答
  •  没有蜡笔的小新
    2021-01-07 23:36

    Edit:

    Fullcalendar v2.1.1

    http://jsfiddle.net/3E8nk/560/

    contentHeight: 'auto',
    

    Solution for old versions?

    Kind of hack:ish. Does this work in your environment? I used the code from your other question.

    http://jsfiddle.net/3E8nk/558/

    contentHeight: '9999',
    

提交回复
热议问题