Adds handling of fit to width bool
This commit is contained in:
parent
58f98468a1
commit
e6d6599a1e
5 changed files with 32 additions and 2 deletions
|
|
@ -37,6 +37,7 @@ export interface CalendarConfig {
|
|||
hourHeight: number; // Pixels per hour
|
||||
showCurrentTime: boolean;
|
||||
showWorkHours: boolean;
|
||||
fitToWidth: boolean; // Fit columns to calendar width vs horizontal scroll
|
||||
|
||||
// Interaction settings
|
||||
allowDrag: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue