Allow hiding weekends or specific weekdays in new Schedule month view #8885
anderbytes
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Please add support in Mantine Schedule
monthview for hiding weekends, or more generally, hiding specific days through an array-based configuration.Problem
At the moment, month view appears to always render all seven weekdays. In many business and operational use cases, weekends are not relevant and end up consuming unnecessary space.
There are also scenarios where consumers may want to hide only specific days, depending on local business rules or product-specific scheduling logic.
Proposed:
A flexible solution could support both:
hideWeekendshiddenWeekDays, accepting an array of weekday indexesExample: hide weekends
Example: hide specific weekdays
Expected Behavior
Use Cases
All reactions