Juliar Nasution

Results 2 issues of Juliar Nasution

Hello, I'm using Map of Indonesia. And I have a problem, the marker doesn't appear on the Indonesia Map, but when I use World Map, it's appears. this is my...

error occure when implement addColumn `function data_paging_obat_pasien() { $get = $this->input->get(); $queryBuilder = $this->query_obat_pasien($get); $datatables = new DataTablesCodeIgniter3($queryBuilder); return $datatables ->asObject() ->format('harga_per_obat', function($row){ return format_uang($row); }) ->format('harga_obat', function($row){ return format_uang($row);...