물건상세 플랜리스트 그리드 moduleModel 헤더 autoHeight 추가
This commit is contained in:
parent
bee9b49c9a
commit
89a7708529
@ -140,6 +140,7 @@ export default function StuffDetail() {
|
||||
headerName: getMessage('stuff.detail.planGridHeader.moduleModel'),
|
||||
flex: 1,
|
||||
wrapText: true,
|
||||
autoHeight: true,
|
||||
cellStyle: { alignItems: 'flex-start' /* 좌측정렬*/, cursor: 'pointer' },
|
||||
cellRenderer: (params) => {
|
||||
let origin = params.value
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user