v7.3.0
SupportExamplesFree Trial

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
  • isLazyLoadCrudManager : Booleantrue
    READONLY
    ADVANCED
    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 guide

    Has a corresponding lazyLoad config.

Type definitions

Source path

Scheduler/crud/mixin/LazyLoadCrudManager.js

Contents