3
에 열의 폭을 얻을 방법이 칼럼의 감사의 폭을 얻을 수있는 방법 의 ExtJS 그리드 - 렌더러 기능
columns: [
...
{ text: 'Name', dataIndex: 'name' , width: 200,
renderer: function (value) {
// how to get width of this column (200)
//alert(this.width); // this is width of gridpanel
}
}
...
],
처럼 내 칼럼의 gridpanel 하나 있습니다.