Mercurial > lada > lada-client
comparison app/view/grid/Probenzusatzwert.js @ 718:7f11b75e0188
Trailing Commas, editable: false for Umwelt und Messstelle widget
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 15 Apr 2015 12:13:57 +0200 |
parents | 9ab7b1eed9f8 |
children | 52c50a5f457b |
comparison
equal
deleted
inserted
replaced
717:f124d24c8ade | 718:7f11b75e0188 |
---|---|
62 }] | 62 }] |
63 }]; | 63 }]; |
64 this.columns = [{ | 64 this.columns = [{ |
65 header: 'PZW-ID', | 65 header: 'PZW-ID', |
66 dataIndex: 'id', | 66 dataIndex: 'id', |
67 flex: 1, | 67 flex: 1 |
68 }, { | 68 }, { |
69 header: 'PZW-Größe', | 69 header: 'PZW-Größe', |
70 dataIndex: 'pzsId', | 70 dataIndex: 'pzsId', |
71 flex: 3, | 71 flex: 3, |
72 renderer: function(value) { | 72 renderer: function(value) { |