Ext JS Grid IE6 아래 너비 의 문제 해결 방법

391 단어 ExtJSGridIE6너비.
해결 방법:1.ext-all.css 를 수정 하고.x-grid3-header-offset 을 찾 아.x-grid3-header-offset{padding-left:1px;/*로 변경 합 니 다.width:10000px;*/width:auto;} 2.grid 에 다음 코드 를 추가 합 니 다

monitorResize: true,
doLayout: function() {
this.setSize(Ext.get(this.getEl().dom.parentNode).getSize(true));
Ext.grid.GridPanel.prototype.doLayout.call(this);
}

좋은 웹페이지 즐겨찾기