Welcome Guest, Not a member yet? Register   Sign In
Insert a hyperlink inside a HTML Table Class
#7

[eluser]seanloving[/eluser]
This is what I came up with to hyperlink specific cell values as the table is generated.

Code:
foreach($active->result_array() as $row)
{
   $row['rental_order_id']=anchor('rentals/active/'.$row['rental_order_id'],$row['rental_order_id']);
   $this->table->add_row($row);
}
echo $this->table->generate();

SL


Messages In This Thread
Insert a hyperlink inside a HTML Table Class - by El Forum - 03-05-2009, 01:30 PM
Insert a hyperlink inside a HTML Table Class - by El Forum - 03-05-2009, 01:36 PM
Insert a hyperlink inside a HTML Table Class - by El Forum - 03-05-2009, 01:40 PM
Insert a hyperlink inside a HTML Table Class - by El Forum - 03-05-2009, 01:43 PM
Insert a hyperlink inside a HTML Table Class - by El Forum - 03-05-2009, 01:55 PM
Insert a hyperlink inside a HTML Table Class - by El Forum - 03-05-2009, 02:30 PM
Insert a hyperlink inside a HTML Table Class - by El Forum - 04-24-2009, 11:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB