是否可以在fullcalendar
?
我正在尝试添加,因为我的目标是添加ff。
Right Side : Total of that Row
Left Side : Week 1,Week 2 .....
Bottom : Total of all rows
我正在使用fullcalendar
我可以显示数据我的问题是角落的客户单元格。
答案 0 :(得分:0)
根据Fullcalendar.io文档,您可以使用JS
从头开始实现自定义视图查看更多详情here
并参考此属性
CustomView = View.extend({ // make a subclass of View
render: function() {
// responsible for displaying the skeleton of the view within the already-defined
// this.el, a jQuery element.
},
...
})