Reviewed-on: ordo/adw-gantt#46
@ -188,6 +188,11 @@ $(document).ready(function () {
return data ? formatRupiah(data) : '-'
}
},
{
data: 'qty_planning', render: function (data, type) {
{ data: 'description', name: 'description' },
data: 'action',
@ -785,6 +785,7 @@
<th scope="col">Human Resource</th>
<th scope="col">Report Date</th>
<th scope="col">Volume Pekerjaan</th>
<th scope="col">Volume Plan</th>
<th scope="col">Keterangan</th>
<th scope="col">Actions</th>
</tr>