{ "id": "historyTable", "selection": { "type": "single", "idField": "id" }, "header": { "countType": "total", "orderType": "desc", "pageType": "default", "buttons": [] }, "columns": [ { "id": "logTime", "type": "date", "width": "200px", "title": "일시(KST)", "format": { "type": "function", "name": "convertKTC" } }, { "id": "category", "type": "option", "width": "100px", "title": "로그종류", "option_name": "opLogCategory" }, { "id": "action", "type": "option", "width": "150px", "title": "로그액션", "option_name": "opLogAction" }, { "id": "status", "type": "option", "width": "100px", "title": "상태", "option_name": "opCommonStatus" }, { "id": "worker", "type": "text", "width": "100px", "title": "작업자" }, { "id": "message", "type": "text", "width": "100px", "title": "비고" }, { "id": "detail", "type": "button", "width": "120px", "title": "상세보기", "text": "상세보기" } ], "sort": { "defaultColumn": "timestamp", "defaultDirection": "desc" } }