Merged in bugfix/FBI-1901 (pull request #5755)
FBI-1901 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -408,9 +408,8 @@ Ext.onReady(function(){
|
|||||||
processesGrid = new Ext.grid.GridPanel( {
|
processesGrid = new Ext.grid.GridPanel( {
|
||||||
region: 'center',
|
region: 'center',
|
||||||
layout: 'fit',
|
layout: 'fit',
|
||||||
id: 'processesGrid',
|
id: 'granularGridPanel',
|
||||||
height:500,
|
height: 500,
|
||||||
//autoWidth : true,
|
|
||||||
width:'',
|
width:'',
|
||||||
title : '',
|
title : '',
|
||||||
stateful : true,
|
stateful : true,
|
||||||
@@ -421,13 +420,6 @@ Ext.onReady(function(){
|
|||||||
plugins: expander,
|
plugins: expander,
|
||||||
cls : 'grid_with_checkbox',
|
cls : 'grid_with_checkbox',
|
||||||
columnLines: true,
|
columnLines: true,
|
||||||
|
|
||||||
|
|
||||||
/*view: new Ext.grid.GroupingView({
|
|
||||||
//forceFit:true,
|
|
||||||
//groupTextTpl: '{text} ({[values.rs.length]} {[values.rs.length > 1 ? "Items" : "Item"]})'
|
|
||||||
groupTextTpl: '{text}'
|
|
||||||
}),*/
|
|
||||||
viewConfig: {
|
viewConfig: {
|
||||||
forceFit:true,
|
forceFit:true,
|
||||||
cls:"x-grid-empty",
|
cls:"x-grid-empty",
|
||||||
|
|||||||
Reference in New Issue
Block a user