Paging on store

Tracker2 years ago

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

Anton Tananaev2 years ago

Not through configuration, but you can customize the code.

Tracker2 years ago

Is it possible to configure this way in the frontend?

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

You need to change the backend to support pagination.