twinssbc / Ionic2-Calendar

A calendar component based on Ionic framework
https://ionic-calendar-demo.stackblitz.io
MIT License
387 stars 197 forks source link

[Feature request] Go to a day view by clicking a day header in a week view #608

Closed MaximS closed 3 years ago

MaximS commented 3 years ago

It would be convenient for a user to jump to a day view by clicking a day in header of a week view. Or onWeekHeaderClick(ev: {day: Date}) event would be enough.

The same could be done for weeks in a month view if the month view would ever be extended with a left column showing week numbers. This way a user could click a week number and jump to a corresponing week in a week view. (Or event for this)

twinssbc commented 3 years ago

@MaximS DayHeaderSelected event is exposed in version 0.6.8. Feel free to give a try.