我使用 fullcalendar 或 fullcalendar-reactwrapper 中的Fullcalendar,在每种情况下我都无法设置资源,只是无法使用。
我使用
resources = {
{ id: 'a', title: 'Room A' },
{ id: 'b', title: 'Room B' }
}
或
resources: [
{ id: 'a', title: 'Room A' },
{ id: 'b', title: 'Room B' }
]
仍然不起作用:'( 问题出在哪里? 谢谢。
答案 0 :(得分:-1)
您对此进行检查:
resources: [
{ id: '1', title: 'Event Title 1' },
{ id: '2', title:'Event Title 2' },
{ id: '3', title: 'Event Title 3' }
],
有关更多信息,请在此处检查,工作和测试示例: