You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So if I would want to set the month of the calendarview there is no function for that. That makes navigating the calendar impossible.
I also cannot reset data from the calendar view: when I navigate to another month manually and I navigate back, my old values seem to have persisted. Though it sounds logical it is not: when I navigate my calendar I might want to fetch a months worth of data and update those days of the calendar that have data... but if I do not have data for a particular day the old data is still there.. that makes this calendar really unusable for dynamic data sets...
I will use the calendar with this handicap (and do some page refreshes, which works for now) but I would strongly suggest to build this calendar in such a way that it reflects a scoped variable that holds the calendar events. That would be the Angular way. Also, the calendar month should be a scoped variable so it would be easy to dynamically change which month to view with this calendar.
If one could trigger a refresh of the calendar which then would force setDayContent to retrieve all data to view that would be an intermediate solution. It would enable to build your own dataset and trigger the calendar to reflect that data...
just a silly idea...
The text was updated successfully, but these errors were encountered:
So if I would want to set the month of the calendarview there is no function for that. That makes navigating the calendar impossible.
I also cannot reset data from the calendar view: when I navigate to another month manually and I navigate back, my old values seem to have persisted. Though it sounds logical it is not: when I navigate my calendar I might want to fetch a months worth of data and update those days of the calendar that have data... but if I do not have data for a particular day the old data is still there.. that makes this calendar really unusable for dynamic data sets...
I will use the calendar with this handicap (and do some page refreshes, which works for now) but I would strongly suggest to build this calendar in such a way that it reflects a scoped variable that holds the calendar events. That would be the Angular way. Also, the calendar month should be a scoped variable so it would be easy to dynamically change which month to view with this calendar.
If one could trigger a refresh of the calendar which then would force setDayContent to retrieve all data to view that would be an intermediate solution. It would enable to build your own dataset and trigger the calendar to reflect that data...
just a silly idea...
The text was updated successfully, but these errors were encountered: