From 307d2c6f5c96e89a0f609461bdb9e7ee57f254eb Mon Sep 17 00:00:00 2001 From: ymg2006 Date: Sat, 10 Aug 2024 11:35:51 +0330 Subject: [PATCH] closes #16209 Table: Cannot set autoSize from ScrollerOptions closes #16209 Table: Cannot set autoSize from ScrollerOptions --- src/app/components/table/table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/table/table.ts b/src/app/components/table/table.ts index c5fba8770c2..ed1bd231655 100644 --- a/src/app/components/table/table.ts +++ b/src/app/components/table/table.ts @@ -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" >