Jquery 完整日历-在一行上显示一个月内的所有日期

Jquery 完整日历-在一行上显示一个月内的所有日期,jquery,css,fullcalendar,Jquery,Css,Fullcalendar,我正在为我的网站使用Fullcalendar插件 我想在一行中显示一个月内的所有天数,如下所示: ******************** October *************************************** Room 101 : 1 2 3 4 5 6 7 8 9 ...................30 Room 102 : 1 2 3 ...............................30 ******************** Nove

我正在为我的网站使用Fullcalendar插件

我想在一行中显示一个月内的所有天数,如下所示:

 ******************** October *************************************** 

Room 101 : 1 2 3 4 5 6 7 8 9 ...................30
Room 102 : 1 2 3 ...............................30

 ******************** November *************************************** 

Room 101 : 1 2 3 4 5 6 7 8 9 ...................30
Room 102 : 1 2 3 ...............................30

 ******************** December *************************************** 

Room 101 : 1 2 3 4 5 6 7 8 9 ...................30
Room 102 : 1 2 3 ...............................30

如何实现这种类型的设计?

你有一些代码给我们看吗?它只是初始化日历的一行代码,但我无法更改其高度和宽度$'calendar'。fullCalendar@用户3383301您能做到这一点吗?因为这也是我想要的