有没有办法更改 fullCalendar 使用的 id 字段的名称?像这样:
$('myCal').fullCalendar('option', 'idField', 'myCustomIdField').
或者像这样:
$('myCal').fullCalendar('option', 'idFunction', function(event){
return "prefix_" + event.id;
}).
谢谢你的建议
有没有办法更改 fullCalendar 使用的 id 字段的名称?像这样:
$('myCal').fullCalendar('option', 'idField', 'myCustomIdField').
或者像这样:
$('myCal').fullCalendar('option', 'idFunction', function(event){
return "prefix_" + event.id;
}).
谢谢你的建议