|
|
@@ -101,8 +101,8 @@
|
|
|
// specify the columns
|
|
|
let columnDefs = [
|
|
|
{
|
|
|
- headerName: "No", width: 60, cellClass: 'text-center',
|
|
|
- valueGetter: function(params) { return params.node.rowIndex + 1 }
|
|
|
+ headerName: "FAQ번호", field: "faqSq" ,width: 70, cellClass: 'text-center',
|
|
|
+ cellRenderer: function (params) { return gagaAgGrid.toAddComma(params.value); }
|
|
|
},
|
|
|
{
|
|
|
headerName: "사이트", field: "siteCd", width: 150, cellClass: 'text-center',
|