Paging on store

Tracker 3 years ago

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

Anton Tananaev 3 years ago

Not through configuration, but you can customize the code.

Tracker 3 years ago

Is it possible to configure this way in the frontend?

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

You need to change the backend to support pagination.