충전사업자 관리 html 기능컬럼 추가
This commit is contained in:
@@ -85,6 +85,9 @@
|
|||||||
{title: "대표자", name: "CEO", data: "ceo", className, orderable: false},
|
{title: "대표자", name: "CEO", data: "ceo", className, orderable: false},
|
||||||
{title: "전화번호", name: "TEL", data: "tel", className, orderable: false},
|
{title: "전화번호", name: "TEL", data: "tel", className, orderable: false},
|
||||||
{title: "팩스번호", name: "FAX", data: "fax", 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,
|
allCheck: false,
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user