javascript - 在 FullCalendar.js 中添加 Customcell

标签 javascript jquery html css fullcalendar

是否可以在 fullcalendar 中添加基于此图像的列?

enter image description here

我正在尝试添加它,因为我的目标是添加 ff。

Right Side : Total of that Row

Left Side : Week 1,Week 2 .....

Bottom : Total of all rows

我正在使用 fullcalendar,我可以显示数据 我的问题是 Angular 落上的客户单元格。

最佳答案

根据 Fullcalendar.io 文档,您可以使用 JS 从头开始​​实现自定义 View

查看更多详情 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.
  },
  ...
})

关于javascript - 在 FullCalendar.js 中添加 Customcell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49422430/

相关文章:

javascript - 优雅地在 Node 中插入对象字段

php - 表数据行显示 0 而不是来自 mysql 的数据?

javascript - Firefox 和 Chrome $(window) 高度差异

php - 将组合字符串拆分为数组

javascript - 如何让效果一个接一个地发生

javascript - Web - 菜单不响应 1024-1200 范围内的点击

javascript - 如何让矩形平滑地变成圆形?

javascript - 如何在添加之前检查特定对象是否已存在于数组中

javascript - 在 JavaScript 中使用 split 只获取没有查询字符串的 URL

jquery - 如何在链接上方制作一个弹出框,其中包含可供选择的元素?