Angular calendar | Need a default scroll view to 8AM- 11PM in Day/Week With a fixed Header

馋奶兔 提交于 2021-01-29 08:01:52

问题


I would need a default scroll view to 8AM- 11PM in Day/Week With a fixed Header which includes an option of choosing the Month/Day/Week and the Previous/Next/Today buttons. But the time before 8AM shld be scrollable if the user wishes to see it.

Something similar to what we have in google calendar.

Let me know how i can bring this out.


回答1:


I just found a post answering the same question : https://github.com/mattlewis92/angular-calendar/issues/828

demo : https://stackblitz.com/edit/angular-w4urnk?file=index.html

Having an inner scroll for the calendar and reducing the height of the calendar (so that i dont get an outer scroll too )catered to my need.



来源:https://stackoverflow.com/questions/56758690/angular-calendar-need-a-default-scroll-view-to-8am-11pm-in-day-week-with-a-fi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!