You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
Week view has dayHeaderClicked, but month view doesn't.
Describe the solution you'd like
I would like to select all days in a column, by getting a callback from the header cell which contains days [Monday, Tuesday, ...]
Describe your use case for implementing this feature
User would like to create events on every Monday until 2 years from now, clicking on day header should provide a feedback which day was clicked. dayHeaderClicked is available in week view, but month view doesn't have it, implementation looks inconsistent. Callback would return integer, 0 for Sunday, 6 for Saturday = consistent with settings excludeDays: number[] = [0, 6];
The text was updated successfully, but these errors were encountered:
I don't have time right now for it, but I'll give it a shot in several days if it's still open 👍
I need this functionality in our product to decrease technical debt, so sooner or later I'll do it.
Is your feature request related to a problem? Please describe
Week view has
dayHeaderClicked
, but month view doesn't.Describe the solution you'd like
I would like to select all days in a column, by getting a callback from the header cell which contains days [Monday, Tuesday, ...]
Describe your use case for implementing this feature
User would like to create events on every Monday until 2 years from now, clicking on day header should provide a feedback which day was clicked.
dayHeaderClicked
is available in week view, but month view doesn't have it, implementation looks inconsistent. Callback would return integer, 0 for Sunday, 6 for Saturday = consistent with settingsexcludeDays: number[] = [0, 6];
The text was updated successfully, but these errors were encountered: