You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
It’s not finished yet so the old one is actually more correct. I just added the files to test the navigation between the examples and the loading of the raw files:)
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:
angular-generic-table/src/app/lazy/lazy.component.html
Line 25 in b824fa6
New:
angular-generic-table/src/app/examples/loading-data/lazy-load/lazy-load-example.component.html
Lines 1 to 6 in b824fa6
The text was updated successfully, but these errors were encountered: