BUG 11963 Problema en la creación de PM tables

Sol. Set resizable attibute to false.
This commit is contained in:
ralpheav
2013-05-23 11:34:32 -04:00
parent cbb2ff244e
commit bb943139a6
2 changed files with 2 additions and 0 deletions

View File

@@ -426,6 +426,7 @@ Ext.onReady(function(){
var cm = new Ext.grid.ColumnModel({
// specify any defaults for each column
defaults: {
resizable: false,
sortable: true // columns are not sortable by default
},
columns:cmColumns