dear all,
....
$crud->add_action('BAYAR', '', '','ui-icon-plus',array($this,'cetak_tagihan'));
$output = $crud->render();
$this->_example_output($output);
}
function cetak_tagihan($primary_key){
return "http://localhost/mansion-kwitansi/pages/cetak_struk_mansion.php?id=".$primary_key;
}
how to custom add_action using attribute _blank in a link?
tq