英文:
fullCalendar (year view) each month in line
问题
我正在尝试使用fullCalendar库制作这样一个日历。我有一个3x4的日历网格,我需要将其更改为一个月份显示在一行,月份排列在下方。
就像这样:
我尝试使用CSS来实现这个目标,但事件的显示不正确。例如,当我点击03/20/2023的单元格时,它显示为03/29/2023。
英文:
I'm trying to make such a calendar using the fullCalendar library. I have a 3*4 calendar grid and I need to change it so that the month is displayed on one line and the months are one under one.
Like this:
I tried to do this with CSS, but the event is not displayed correctly. For example, I click on the cell 03/20/2023 and 03/29/2023 is displayed
答案1
得分: 0
抱歉,这部分内容包含代码,无法提供翻译。
英文:
At the time of writing (we are on version 6), fullCalendar does not support anything like this unfortunately.
All the available views and the options to configure them are described in the documentation. I cannot think of anything from there which would even get close to what you've put in your picture.
I think your options are:
- Put in a feature request and wait
- Put in a feature request, get it accepted and contribute the necessary code yourself
- Attempt to make your own custom view
- Search for a different product which might meet your needs.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论