comparison app/view/proben/List.js @ 238:2a23fcca8ead

On Default the proben list will have no columns at all. The are added dynamically later when the user selects a search query.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 23 Jul 2013 11:29:37 +0200
parents bc2d46a67bbd
children f57b496b4caa
comparison
equal deleted inserted replaced
237:bc2d46a67bbd 238:2a23fcca8ead
34 action: 'add' 34 action: 'add'
35 } 35 }
36 ] 36 ]
37 } 37 }
38 ]; 38 ];
39 this.columns = [ 39 this.columns = [];
40 {header: 'Datenbasis', dataIndex: 'datenbasisId', width: 70},
41 {header: 'MPL', dataIndex: 'mplId', width: 50},
42 {header: 'UWB', dataIndex: 'umwId', width: 50},
43 {header: 'MMT', dataIndex: 'messmethode'},
44 {header: 'HPNR', dataIndex: 'hauptprobenNr'},
45 {header: 'NPNR', dataIndex: 'nebenprobenNr'},
46 {header: 'E.Gemeinde', dataIndex: 'bezeichnung', flex: 1},
47 {header: 'Ursprungsgemeinde', dataIndex: 'kreis', flex: 1},
48 {header: 'ProbeID', dataIndex: 'probeId'},
49 {header: 'MST', dataIndex: 'mstId', width: 50}
50 ];
51 this.callParent(arguments); 40 this.callParent(arguments);
52 } 41 }
53 }); 42 });

http://lada.wald.intevation.org