-
-
Notifications
You must be signed in to change notification settings - Fork 866
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
Week view hourly events left values are wrong #675
Comments
Wouldn't it make sense to add a input property (with a default value) that limits the number of events in a cell? If the limit is reached add a "(# more events)/ (show more)" segment to the cell and clicking on it would open a tooltip where the other events are displayed in a column. Here is an example from our month view. |
I have thought about that before but I think it's too opinionated and there's so many things to handle (translating the show more label, how many events to truncate at, building a popover component etc), one of the design goals of this lib was "keep it simple" and provide hooks to extend the functionality via custom templates rather than creating a huge api surface with dozens of options. |
I totally understand. |
Describe the bug
The text was updated successfully, but these errors were encountered: