BUG 10415 No horizontal scrollbar on PM Table.

Added horizontal scrollbar on 'PM Table' and now the column title is centered.
This commit is contained in:
jennylee
2013-01-18 12:12:02 -04:00
parent 5af4aad1f7
commit 423cfc84c6

View File

@@ -130,8 +130,8 @@ Ext.onReady(function(){
id : tableDef.FIELDS[i].FLD_NAME,
header : tableDef.FIELDS[i].FLD_DESCRIPTION,
dataIndex : tableDef.FIELDS[i].FLD_NAME,
width : 40,
align : 'right',
width : 95,
align : 'center',
renderer : columnRenderer
};
if (tableDef.FIELDS[i].FLD_AUTO_INCREMENT != 1) {
@@ -322,7 +322,7 @@ Ext.onReady(function(){
frame:false,
columnLines: false,
viewConfig: {
forceFit:true
forceFit:false
},
store: store,
loadMask: true,