-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Is there a way to add a segment height directive to change the height of each row (as well as the size of the event)
just like:
<mwl-calendar-week-view-hour-segment
*ngFor="let segment of hour.segments; trackBy: trackByHourSegment"
[style.height.px]="hourSegmentHeight"
[segment]="segment"
--> [segmentHeight]="hourSegmentHeight"
[locale]="locale"
[customTemplate]="hourSegmentTemplate"
[isTimeLabel]="true"
>
</mwl-calendar-week-view-hour-segment>
Metadata
Metadata
Assignees
Labels
No labels