-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Description
Is there a reason the new example for lazy loading doesn't set [gtOptions]="{lazyLoad: true}"? I was experimenting with it (trying to get lazy loading to work with #221), and noticed that while the older one sets it, the new one doesn't.
Old:
| <generic-table [gtClasses]="'table-hover'" #myTable [gtSettings]="configObject.settings" [gtFields]="configObject.fields" [(gtData)]="configObject.data" [gtInfo]="configObject.info" (gtEvent)="trigger($event)" [gtOptions]="{stack:true, highlightSearch:true, lazyLoad:true, rowSelection:true}"></generic-table> |
New:
angular-generic-table/src/app/examples/loading-data/lazy-load/lazy-load-example.component.html
Lines 1 to 6 in b824fa6
| <generic-table #employeeTable | |
| [gtClasses]="'table-sm'" | |
| [gtSettings]="configObject.settings" | |
| [gtFields]="configObject.fields" | |
| [gtData]="data"> | |
| </generic-table> |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels