Skip to content

Commit

Permalink
closes #16209 Table: Cannot set autoSize from ScrollerOptions
Browse files Browse the repository at this point in the history
closes #16209 Table: Cannot set autoSize from ScrollerOptions
  • Loading branch information
ymg2006 committed Aug 10, 2024
1 parent 2929519 commit 307d2c6
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 @@ -200,13 +200,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 307d2c6

Please sign in to comment.