Welcome Guest, Not a member yet? Register   Sign In
Pagination modification
#2

View html source code in browser which generated by CI. pagination work, but not show because you insert it not in tr>td. Insert  

PHP Code:
<?php echo $this->pagination->create_links();?>

after </table> tag, or change to 

Code:
<tr><td colspan="11"> <?php echo $this->pagination->create_links();?></td></tr>
Reply


Messages In This Thread
Pagination modification - by marilena6 - 03-14-2017, 08:17 AM
RE: Pagination modification - by mirivlad - 05-12-2017, 05:57 AM
RE: Pagination modification - by mirivlad - 05-12-2017, 06:09 AM



Theme © iAndrew 2016 - Forum software by © MyBB