Welcome Guest, Not a member yet? Register   Sign In
pagination problem
#2

(08-17-2015, 11:07 AM)avijit.nanda07 Wrote: But following problem have found

1)in url, pagination coming like url/2,url/4,url/6 etc But i trying to show url/1,url/2,url/3
2) I have inserted 9 records in db but still First and Last link is not displayed

http://www.codeigniter.com/user_guide/li...pagination

1) $config['use_page_numbers'] = TRUE;
2) Try setting $config['num_links'] to a lower number (like 2), at least to test and make sure the links will show up. You need at least one or two more pages than num_links will display before you get a first/last link, and you won't get a first link on the first page (or last link on the last page).
Reply


Messages In This Thread
pagination problem - by avijit.nanda07 - 08-17-2015, 11:07 AM
RE: pagination problem - by mwhitney - 08-18-2015, 06:50 AM



Theme © iAndrew 2016 - Forum software by © MyBB