Pman.Tab.AdminContactsGroupRight.bjs
[Pman.Admin] / Pman.Tab.AdminContactsGroupRight.bjs
index f6b3312..b775b33 100644 (file)
@@ -26,7 +26,6 @@
                         "cellclick": "function (_self, rowIndex, columnIndex, e)\n{\n\n        var di = this.colModel.getDataIndex(columnIndex);\n        if (di != 'active') {\n            return;\n        }\n         \n        var rec = _this.grid.ds.getAt(rowIndex);\n        \n        rec.set('active', rec.data.active ? 0 : 1);\n        rec.commit();\n         \n        \n}"
                     },
                     "*prop": "grid",
-                    "autoExpandColumn": "name",
                     "ddGroup": "groupDD",
                     "enableDrag": true,
                     "loadMask": true,