충전사업자 관리 html 기능컬럼 추가

This commit is contained in:
2026-07-28 17:44:44 +09:00
parent 69a0529b7c
commit 318a741c19
@@ -85,6 +85,9 @@
{title: "대표자", name: "CEO", data: "ceo", className, orderable: false},
{title: "전화번호", name: "TEL", data: "tel", className, orderable: false},
{title: "팩스번호", name: "FAX", data: "fax", className, orderable: false},
{title: "기능", orderable: false, width: "140px", className,
render: (data, type, row) => { return mkRowDataFunctions( { providerId: row['providerId'] },row['providerNm'], true, true, true);}
}
],
allCheck: false,
});