Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to set left side width fixed, and view the content by horizontal scrolling? #475

Open
Rick-Lewis opened this issue Jul 23, 2024 · 2 comments

Comments

@Rick-Lewis
Copy link

No description provided.

@rangasandbox
Copy link

Hey @Rick-Lewis , have you been able to find a solution? I would appreciate it if you could share what worked for you.

@lsymy
Copy link

lsymy commented Aug 23, 2024

<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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants