|
|
@@ -98,7 +98,7 @@
|
|
|
// specify the columns
|
|
|
const columnDefs = [
|
|
|
{
|
|
|
- headerName: "회원ID", field:'maskingCustId', width:120, cellClass: 'text-left',
|
|
|
+ headerName: "회원ID", field:'maskingCustId', width:120, cellClass: 'text-rigth',
|
|
|
cellRenderer: function (params) {
|
|
|
return gagajf.isNull(params.data.custNo) ?
|
|
|
params.data.maskingCustId :'<a href="javascript:void(0);" onclick="cfnOpenCustDetailPopup(\''+params.data.custNo+'\')">' + params.data.maskingCustId + '</a>'
|