diff --git a/src/main/webapp/WEB-INF/views/carInspectionPenalty/registration/list.jsp b/src/main/webapp/WEB-INF/views/carInspectionPenalty/registration/list.jsp index 0f1298b..c51cb04 100644 --- a/src/main/webapp/WEB-INF/views/carInspectionPenalty/registration/list.jsp +++ b/src/main/webapp/WEB-INF/views/carInspectionPenalty/registration/list.jsp @@ -381,15 +381,7 @@ name: 'rmrk', align: 'left', width: 200, - editor: 'text', - renderer: { - render(props) { - const el = document.createElement('div'); - el.style.whiteSpace = 'pre-line'; - el.innerText = props.value; // \n 포함된 문자열 - return el; - } - } + editor: 'text' }, { header: '기본사항조회성명', name: 'carBscMttrInqFlnm', align: 'center', width: 100 }, { header: '기본사항조회시군구코드', name: 'carBscMttrInqSggCd', align: 'center', width: 100, hidden: true },