Skip to content

Commit

Permalink
Merge pull request #16210 from ymg2006/table-ScrollerOptions-override…
Browse files Browse the repository at this point in the history
…-issue

closes #16209 Table: Cannot set autoSize from ScrollerOptions
  • Loading branch information
cetincakiroglu authored Aug 15, 2024
2 parents 6ce9365 + 307d2c6 commit 201403e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/table/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,13 @@ export class TableService {
[step]="rows"
[delay]="lazy ? virtualScrollDelay : 0"
[inline]="true"
[autoSize]="true"
[lazy]="lazy"
(onLazyLoad)="onLazyItemLoad($event)"
[loaderDisabled]="true"
[showSpacer]="false"
[showLoader]="loadingBodyTemplate"
[options]="virtualScrollOptions"
[autoSize]="true"
>
<ng-template pTemplate="content" let-items let-scrollerOptions="options">
<ng-container *ngTemplateOutlet="buildInTable; context: { $implicit: items, options: scrollerOptions }"></ng-container>
Expand Down

0 comments on commit 201403e

Please sign in to comment.