글자 줄 넘기기
columns: [
{ name: "col2"
,fieldName: "field2"
,editable: false
,header : { text: "" } //공시항목1
,equalBlank: true
,width: 140
,styles: { textWrap: "normal" } // 글자 줄 넘기기
}]
필요한 추가 설정 항목
gridView.setDisplayOptions({
rowHeight: 44,
rowResizable: true,
eachRowResizable: true
})
댓글