Welcome Guest, Not a member yet? Register   Sign In
Using Pagination but with NO table ?
#5

[eluser]chefnelone[/eluser]
Pagination:
how can I hide: first_link and last_link ??

With this I can set the text for them:
Code:
$config['first_link'] = 'Start';
$config['last_link'] = 'End';
        
$this->pagination->initialize($config);

but I need to hide them, I tried with (but nope)
Code:
$config['first_link'] = FALSE;
$config['last_link'] = FALSE;
        
//AND WITH

$config['first_link'] = '';
$config['last_link'] = '';


Messages In This Thread
Using Pagination but with NO table ? - by El Forum - 07-30-2010, 06:00 AM
Using Pagination but with NO table ? - by El Forum - 07-30-2010, 08:35 AM
Using Pagination but with NO table ? - by El Forum - 07-30-2010, 08:41 AM
Using Pagination but with NO table ? - by El Forum - 07-30-2010, 08:56 AM
Using Pagination but with NO table ? - by El Forum - 07-30-2010, 10:33 AM



Theme © iAndrew 2016 - Forum software by © MyBB