Mercurial > lada > lada-client
comparison app/view/grid/FilterResult.js @ 682:7b6467edfdfc
RW Column may not be sortable
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 25 Mar 2015 08:33:13 +0100 |
parents | 0c1a9d7dd1e9 |
children | 704bb359c0fe |
comparison
equal
deleted
inserted
replaced
681:f373446325b4 | 682:7b6467edfdfc |
---|---|
59 var fields = []; | 59 var fields = []; |
60 | 60 |
61 resultColumns.push({ | 61 resultColumns.push({ |
62 header: 'RW', | 62 header: 'RW', |
63 dataIndex: 'readonly', | 63 dataIndex: 'readonly', |
64 sortable: false, | |
64 width: 30, | 65 width: 30, |
65 renderer: function(value) { | 66 renderer: function(value) { |
66 if (value) { | 67 if (value) { |
67 return '<img src="resources/img/lock_16x16.png"/>'; | 68 return '<img src="resources/img/lock_16x16.png"/>'; |
68 } | 69 } |