changeset 682:7b6467edfdfc

RW Column may not be sortable
author Dustin Demuth <dustin@intevation.de>
date Wed, 25 Mar 2015 08:33:13 +0100
parents f373446325b4
children 612f4f933083
files app/view/grid/FilterResult.js
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/app/view/grid/FilterResult.js	Tue Mar 24 15:33:11 2015 +0100
+++ b/app/view/grid/FilterResult.js	Wed Mar 25 08:33:13 2015 +0100
@@ -61,6 +61,7 @@
         resultColumns.push({
             header: 'RW',
             dataIndex: 'readonly',
+            sortable: false,
             width: 30,
             renderer: function(value) {
                 if (value) {

http://lada.wald.intevation.org