Paging on store

Tracker3 years ago

Is it possible to configure the pagination and page size in the device store, to avoid loading all the data?

Anton Tananaev3 years ago

Not through configuration, but you can customize the code.

Tracker3 years ago

Is it possible to configure this way in the frontend?

store.load({
    params:{
        start:0,
        limit: 500
    }
});
Anton Tananaev3 years ago

You need to change the backend to support pagination.