Hi
1.Database data could not display in the agenda view
2.How to add more columns in agenda view
Plz help me
Hi
1.Database data could not display in the agenda view
2.How to add more columns in agenda view
Plz help me
There is no way to add extra columns, but you can redefine agenda_text template to show extra data in description
scheduler.templates.agenda_text = function(ev){
return ev.some_property+", "+ev.text;
}