Fix issue where not all events would be displayed due to missing scroll functionality if the table contained too many rows.
Jenkins Production Deployment
Jenkins Production Deployment
This commit is contained in:
@@ -51,5 +51,7 @@
|
||||
<span> | </span>
|
||||
<button (click)="getEvents()">Reload Events</button>
|
||||
<div style="height: 1em;"></div>
|
||||
<app-events-table [events]="this.events" [selectedCalendar]="getCalendarId(selectedCalendar)"></app-events-table>
|
||||
<div id="events-table">
|
||||
<app-events-table [events]="this.events" [selectedCalendar]="getCalendarId(selectedCalendar)"></app-events-table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user