Open Rick-Lewis opened 3 months ago
<ngx-gantt-root #gantt [sideWidth]="sideContainerWidth">
<gantt-loader *ngIf="loading"></gantt-loader>
<ng-template #sideTemplate>
<ng-container [ngTemplateOutlet]="tableTemplate"></ng-container>
<div class="custom-scrollbar" [style.width.px]="sideContainerWidth">
<div class="custom-scrollbar-aux"></div>
</div>
</ng-template>
</ngx-gantt-root>
custom table, maybe
Hey @Rick-Lewis , have you been able to find a solution? I would appreciate it if you could share what worked for you.