Mercurial > lada > lada-client
view app/store/MKommentare.js @ 241:4ca858026191
If the user selects a search query add call setupColumns method to dynamically
add columns to the table as defined in the searach query.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 23 Jul 2013 11:31:47 +0200 |
parents | 0b635b836903 |
children | 39297b8e5ba2 |
line wrap: on
line source
Ext.define('Lada.store.MKommentare', { extend: 'Ext.data.Store', model: 'Lada.model.MKommentar' });