-
-
Notifications
You must be signed in to change notification settings - Fork 868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add additional user column to week view #699
Comments
Thanks for taking the time to make such a detailed issue report, it was really helpful in understanding your use case 😄 In the upcoming
I hope that makes sense, let me know if you get stuck 😄 |
hello, I'm trying to make the same schedule (add a new column with the user's name in week view), is there any example wish I can use. |
hello @mattlewis92 I need add custom template for day view ... cloud you please help me |
Hello @mattlewis92 your suggestion with some more tweaks worked for me. I implemented this by customizing the template and the getWeekView utility method. All in all, it was very easy and straightforward, thanks to you. Much appreciate your efforts. |
Hello @mattlewis92 how do we show the User Name instead of Timeline in week view? |
If your issue is resolved can you help me with what to do? |
Is your feature request related to a problem? Please describe
Hi. I'm making my own angular calendar and I would like to display the user name in the events row belong to him in an additional column (check a screenshot). I've been trying to implement this by myself but I don't know how to add the additional column like this. For now I'm sorting rows to split it by the users like u suggested:
https://github.com/mattlewis92/angular-calendar/issues/517
So I've added
"MyCalendarUtils"
extended onCalendarUtils version 0.1.2
. I've overriddengetWeekView
method and sorteventsRows
by"event.meta.user.id"
. Here is my solution:https://stackblitz.com/edit/angular-cnh3lm
Now I need to add additional column and get
userName
from meta in events row or add the user column and split the events rows between them something like:https://github.com/mattlewis92/angular-calendar/issues/269
but for WeekView .
Is there any possibility of making something like this?
Thanks a lot.
Describe the solution you'd like
I can set the user name in events row belong to him on the left side in WeekView.
Describe your use case for implementing this feature
I want to add the additional column with user name in WeekView. Most likely, it would be used read-only so any drag-and-drop events between users isn't necessary.
Additional context
There is a screenshot that I've made in paint and it should looked like.
P.S. Sorry for my english.
The text was updated successfully, but these errors were encountered: