![]() |
A link in a generated table - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24) +--- Thread: A link in a generated table (/showthread.php?tid=69342) |
A link in a generated table - FARUKB13 - 11-07-2017 Hi guys, How do I make a link in a generated table? I want the first row called 'Campagne' and the fourth row called 'Terugbellers' to be a link. But how? Thanks in advance. My code: PHP Code: public function belbestandQuery(){ RE: A link in a generated table - InsiteFX - 11-07-2017 You will need to re-write some of this but you should get the idea. PHP Code: public function manage() Any way that's how I do it, hope it helps you out. You still need the table template, I place that in the constructor of a MY_Controller. |