[Lada-commits] [PATCH 1 of 3] RW Column may not be sortable

Wald Commits scm-commit at wald.intevation.org
Wed Mar 25 15:05:20 CET 2015


# HG changeset patch
# User Dustin Demuth <dustin at intevation.de>
# Date 1427268793 -3600
# Node ID 7b6467edfdfc1c118f712c4b6c389b54d6776b5a
# Parent  f373446325b4ec1f322dcc1399559ba7abc7bf41
RW Column may not be sortable

diff -r f373446325b4 -r 7b6467edfdfc app/view/grid/FilterResult.js
--- 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) {


More information about the Lada-commits mailing list