Extjs4 table布局,设置宽100%

layout : {
				type : 'table',
				tableAttrs : {
					style : {
						width : '100%'
					}
				},
				columns : 3
			},

你可能感兴趣的:(Extjs4 table布局,设置宽100%)