รวม code ปรับปรุงตาม change request จากทีม
This commit is contained in:
@@ -180,6 +180,41 @@ console.log(result);
|
||||
"render": function (data, type, row, meta) {
|
||||
return "<button type='button' class='btn btn-warning btn-sm' onclick='javascript:eva_salary_cylinder_GoEdit(" + tmp + data + tmp + ")'><i class='fa fa-pencil'></i></button> <button type='button' class='btn btn-danger btn-sm' onclick='javascript:eva_salary_cylinder_GoDelete(" + tmp + data + tmp + ")'><i class='fa fa-trash-o '></i></button> ";
|
||||
}
|
||||
},
|
||||
{
|
||||
"targets": 3,
|
||||
"data": "temporary_min",
|
||||
"render": function (data, type, row, meta) {
|
||||
return formatNumber(data);
|
||||
}
|
||||
},
|
||||
{
|
||||
"targets": 4,
|
||||
"data": "themin",
|
||||
"render": function (data, type, row, meta) {
|
||||
return formatNumber(data);
|
||||
}
|
||||
},
|
||||
{
|
||||
"targets": 5,
|
||||
"data": "themax",
|
||||
"render": function (data, type, row, meta) {
|
||||
return formatNumber(data);
|
||||
}
|
||||
},
|
||||
{
|
||||
"targets": 6,
|
||||
"data": "middle",
|
||||
"render": function (data, type, row, meta) {
|
||||
return formatNumber(data);
|
||||
}
|
||||
},
|
||||
{
|
||||
"targets": 7,
|
||||
"data": "cost_living",
|
||||
"render": function (data, type, row, meta) {
|
||||
return formatNumber(data);
|
||||
}
|
||||
}],
|
||||
"language": {
|
||||
"url": appsite + "/DataTables-1.10.16/thai.json"
|
||||
|
||||
Reference in New Issue
Block a user