Welcome Guest, Not a member yet? Register   Sign In
add a row at the END of table using HTML Table Class
#1

[eluser]Unknown[/eluser]
Is it possible to add a row using
Code:
$this->table->add_row();
at the END of table that is generated by
Code:
$this->table->generate();
?
#2

[eluser]CroNiX[/eluser]
Why not just add your new row directly to the end of the array that you are passing to the table class?




Theme © iAndrew 2016 - Forum software by © MyBB