Welcome Guest, Not a member yet? Register   Sign In
how to show all pages with pagination ?
#2

[eluser]Sanjay Sarvaiya[/eluser]
Hi,

You can do with
Code:
$config['num_links']
.

Code:
$config['total_rows'] = 500;
$config['per_page'] = 10;
$config['num_links'] = $config['total_rows']/$config['per_page'];
  
$this->pagination->initialize($config);


Messages In This Thread
how to show all pages with pagination ? - by El Forum - 05-16-2012, 09:12 PM
how to show all pages with pagination ? - by El Forum - 05-16-2012, 10:06 PM



Theme © iAndrew 2016 - Forum software by © MyBB