FullCalendar-使较早的日期可见但不可点击

问题描述

在我的FullCalendar中,我想显示较旧的日期,但不可单击。

public static void main(String[] args) { Arrays.stream(args) .map(Integer::parseInt) .forEach(score => { switch(score/10) { case 10: case 9: System.out.println("A"); break; case 8: System.out.println("B"); break; case 7: System.out.println("C"); break; case 6: System.out.println("D"); break; default : System.out.println("F"); } }) } 运行良好,但只能使它们不可见。

FullCalendar版本5。

这是我的代码

validRange

这是屏幕截图:

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)