How to fit gridPanels columns?
问题 I have application using ExtJs 3.4. I have this construction: westPanel-TabPanel: var westPanel = new Ext.TabPanel({ id: "west", //xtype: "tabpanel", //layout:'fit', activeTab: 0, region: "west", border: false, width: 278, split: true, collapseMode: "mini", items: [mapList,structure,cadastr,search] }); Search - FormPanel: var search = new Ext.FormPanel({ labelAlign: 'top', frame:true, title: 'Поиск', bodyStyle:'padding:5px 5px 0', //width: 600, //layout:'fit', items: [{ xtype:'textfield',