day-view-scheduler visual issues
See original GitHub issueDescribe the bug
Hi I do have some issues with the view day-view-scheduler below are the description:
First issue :
In my case I have 8 different users to display in the day-view-scheduler and the day-view-column-header resize the column instead of keeping the same size for the container and add a overflow-x
Second issue :
If you drag and event overlapping an other one this will hide one of the event. could we do something like in the other views ?
solution :
Thank your for your help 😃
Minimal reproduction of the problem with instructions
Screenshots
Versions
@angular/core
:7.2.2angular-calendar
:0.28.2- Browser name and version: Chrome v79.0.3945.117
Issue Analytics
- State:
- Created 4 years ago
- Comments:12 (4 by maintainers)
Top Results From Across the Web
Calendar DayView Control - CodeProject
The control internally uses an " AppointmentView " class to hold the state of appointments on screen. The rest of the code was...
Read more >WinUI / ViewModel / Scheduller - DevExpress Support
Two problems in which I need your assistance. First, we have a ViewModel which ... ActiveView> <Scheduler:DayView> <Scheduler:DayView.
Read more >Software Guide - SuperSalon
well as insure there are no problems with Closeout at the end of the night. ... A visual indicator will be added on...
Read more >Can't refresh the calendar in "Day View Scheduler" angular ...
Can't refresh the calendar in "Day View Scheduler" angular calendar ... to calendar but I am facing a issue to load data in...
Read more >How To Create A 1 Click Estimate, Work Order & Invoice ...
New Training Video Uploaded every Tuesday! Thank you very much for your continued support, Randy Austin. Chapters. View all. Introduction.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@kyleabens the day view scheduler isn’t part of the
angular-calendar
package, it’s just a demo: https://mattlewis92.github.io/angular-calendar/#/day-view-scheduler so there’s nothing to release on npm@mattlewis92 works perfectly 😃
Thank you