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
I'm working on a similar project and have looked through your code.
However, instead of 7 days of one individual's scheduled events, I'm creating a similar view of a single day's schedule for 1 to n individuals. So in other words instead of days at the column heads it would show names and each column would be the same day.
Do you think your classes could be subclassed to accomplish this?
The text was updated successfully, but these errors were encountered:
I think it could be doable with the labels but the way events are distributed amongst the columns is currently based on the time of the events. Unfortunately the methods which does the distribution is not subclassable. I think if u made a fork it would still be doable.
I'm working on a similar project and have looked through your code.
However, instead of 7 days of one individual's scheduled events, I'm creating a similar view of a single day's schedule for 1 to n individuals. So in other words instead of days at the column heads it would show names and each column would be the same day.
Do you think your classes could be subclassed to accomplish this?
The text was updated successfully, but these errors were encountered: