|
|
@@ -59,7 +59,10 @@
|
|
|
},
|
|
|
{headerName: "품목명", field: "itemkindNm", width: 350, cellClass: 'text-left',
|
|
|
cellEditor: 'textCellEditor',
|
|
|
- cellEditorParams: { maxlength: 50, required: true }
|
|
|
+ cellEditorParams: { maxlength: 50, required: true },
|
|
|
+ cellRenderer: function (params) {
|
|
|
+ return params.value.replaceAll("<", ">");
|
|
|
+ }
|
|
|
},
|
|
|
/* {headerName: "품목영문명", field: "itemkindEnm", width: 350, cellClass: 'text-center',
|
|
|
cellEditor: 'textCellEditor',
|