view app/store/ProbenList.js @ 648:199246596bf7

Erste Ansaätze für Paging. Der Server muss dass nun noch umsetzen
author Dustin Demuth <dustin@intevation.de>
date Wed, 18 Mar 2015 11:37:43 +0100
parents d47ee7439f44
children 0c1a9d7dd1e9
line wrap: on
line source
/* Copyright (C) 2013 by Bundesamt fuer Strahlenschutz
 * Software engineering by Intevation GmbH
 *
 * This file is Free Software under the GNU GPL (v>=3)
 * and comes with ABSOLUTELY NO WARRANTY! Check out
 * the documentation coming with IMIS-Labordaten-Application for details. 
 */

/**
 * Store for Proben
 */
Ext.define('Lada.store.ProbenList', {
    extend: 'Ext.data.Store',
    model: 'Lada.model.ProbeList',
    pageSize: 5,
    remoteSort: false 
});

http://lada.wald.intevation.org