Welcome Guest, Not a member yet? Register   Sign In
Paginator links are not updating
#1

[eluser]Steve Moss[/eluser]
So I've set up my Pagination and it works with table, it is updating URL, but the links are not updating. I mean when I click on Page 3 it seems like Page 1 is still active, but it's not. It seems like the links are generating wrong for some reason.

Code:
//Configuring Pagination
$paginationConfig['base_url'] = base_url() . 'admin1/item/index/';
$paginationConfig['total_rows'] = $this->cat_model->getRowCount();
$paginationConfig['per_page'] = '5';


Messages In This Thread
Paginator links are not updating - by El Forum - 03-06-2011, 09:47 AM
Paginator links are not updating - by El Forum - 03-07-2011, 02:57 AM
Paginator links are not updating - by El Forum - 03-07-2011, 08:21 AM



Theme © iAndrew 2016 - Forum software by © MyBB