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.
First of all, thank you for this great package. It looks great on regular phone screens.
But on a large screens the widget could use the screen real estate more efficiently. Currently it simply padded to stretch to the available width:
Also, when selecting dates or interval on the large phone in a vertical layout or when using tablets, desktop or web it is highly desirable to be able to see multiple months.
Here are couple examples showing MacOS calendar app and MS Outlook calendar (the left side panel).
Describe the solution you'd like
It would be great if the table_calendar widget would support multi-month view presentation and allowed to configure number of months shown horizontally and vertically. E.g. see 12 month layout in MacOS calendar above and 2 month vertical layout in MS Outlook.
Describe alternatives you've considered
I don't think it is possible to compose multi-month presentation using the current widget functionality or it will be cumbersome to implement, e.g. when you need to coordinate navigating between months/years or to select date range across multiple months.
Additional context
Please see screenshots above
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
First of all, thank you for this great package. It looks great on regular phone screens.
But on a large screens the widget could use the screen real estate more efficiently. Currently it simply padded to stretch to the available width:
Also, when selecting dates or interval on the large phone in a vertical layout or when using tablets, desktop or web it is highly desirable to be able to see multiple months.
Here are couple examples showing MacOS calendar app and MS Outlook calendar (the left side panel).
Describe the solution you'd like
It would be great if the
table_calendar
widget would support multi-month view presentation and allowed to configure number of months shown horizontally and vertically. E.g. see 12 month layout in MacOS calendar above and 2 month vertical layout in MS Outlook.Describe alternatives you've considered
I don't think it is possible to compose multi-month presentation using the current widget functionality or it will be cumbersome to implement, e.g. when you need to coordinate navigating between months/years or to select date range across multiple months.
Additional context
Please see screenshots above
The text was updated successfully, but these errors were encountered: