Closed jafarsidik closed 3 years ago
I would do it like this:
public function load()
{
$this->datatables->select('c.id as id, c.code as code');
$this->datatables->from('cms_content c');
function callback_url($id) {
return site_url('cms/content/form/').base64_encode($id);
}
$this->datatables->add_column('edit', '$1', "callback_url(id)");
echo $this->datatables->generate();
}
hallo Sir @digitaloutback ,
Thx Before, Your Code Is Working. 👍 👍 👍
Hallo,
How to create code this Output URL : http://localhost/cms/content/form/JDE=
This Existing Code, doesn't Not works serialize in loop data. Controller :