Welcome Guest, Not a member yet? Register   Sign In
Pagination links jumping around
#4

[eluser]wizzer[/eluser]
Thanks for the replies,

Here i smy view code
Code:
<table width="650" class="showData" cellpadding="2">
          <tr style="background-color:#999999"><th>UserName</th><th>Role</th><th>Active</th><th>Edit</a></th><th>Delete</th><th>Access Level</th></tr>
            &lt;?
             foreach($userList as $entry): ?&gt;
          <tr>
          <td width="40%">&lt;?=$entry['Email'];?&gt;</td>
          <td style="text-align:center">&lt;?=$entry['Roles'];?&gt;</td>
          <td style="text-align:center">&lt;?=$entry['Active'];?&gt;</td>
          <td><a href="[removed]editDetails('&lt;?=$entry['UserID'];?&gt;','&lt;?=$entry['Email'];?&gt;','&lt;?=$entry['RegDate'];?&gt;','&lt;?=$entry['Active'];?&gt;','&lt;?=$entry['Roles'];?&gt;');"><img width='16' height='16' border='0' style="margin-left:auto;margin-right:auto;display:block">config->item('base_url');?&gt;images/edit.gif'/></a></td>
          <td><a href="[removed]deleteDetails('&lt;?=$entry['UserID'];?&gt;');"><img style="margin-left:auto;margin-right:auto;display:block" width='16' height='16' border='0'>config->item('base_url');?&gt;images/delete.gif'/></a></td>
          <td><a href="[removed]accessLevel('&lt;?=$entry['UserID'];?&gt;');"><img style="margin-left:auto;margin-right:auto;display:block" width='16' height='18' border='0'>config->item('base_url');?&gt;images/level.gif'/></a></td>
                 </tr>
        &lt;?php endforeach;  ?&gt;
                <tr><td>&lt;?echo $this->pagination->create_links();?&gt;</td></tr>
                </table>

I have checked that $config['uri_segment'] = 3 which is correct for my urls


Messages In This Thread
Pagination links jumping around - by El Forum - 08-18-2009, 03:45 AM
Pagination links jumping around - by El Forum - 08-18-2009, 03:59 AM
Pagination links jumping around - by El Forum - 08-18-2009, 04:30 AM
Pagination links jumping around - by El Forum - 08-18-2009, 06:17 AM
Pagination links jumping around - by El Forum - 08-18-2009, 06:27 AM
Pagination links jumping around - by El Forum - 08-18-2009, 06:33 AM
Pagination links jumping around - by El Forum - 08-18-2009, 07:46 AM
Pagination links jumping around - by El Forum - 08-18-2009, 07:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB