LazyLoadCrudManager
Mixin
Mixin for CrudManager that handles lazy loading.
No results
Configs
Configs are options you supply in a configuration object when creating an instance of this class-
The number of Resource records each page should contain, when using remotePaging
Properties
Properties are getters/setters or publicly accessible variables on this class-
Identifies an object as an instance of LazyLoadCrudManager class, or subclass thereof.
-
Identifies an object as an instance of LazyLoadCrudManager class, or subclass thereof.
-
If set to
true, or a config object, this makes the CrudManager load records only when needed. When a record or a date range that is not already loaded is requested, a load request will be made to the specified URL. More more details about lazy loading, see the guideHas a corresponding lazyLoad config.