pagination problem |
(08-17-2015, 11:07 AM)avijit.nanda07 Wrote: But following problem have found 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). |
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
|