Dofactory.com
Dofactory.com
 Back to list
Views:   5.6K
Replies:  1
Archived

Question on pagination in SPARK 4.5 (the ArtShop sample application)

Hi,

I was exploring the code in the PageHelpers and PagedList classes.

The PageHelpers returns the pagination control as an HtmlString.   My question is what would happen if the no of records in the table is very high.

For example Say  I am viewing the orders table with say 1,000 orders or more  with a display of 20 records / page.  Then will the pagination control generate a long string with 50 links or more.  

If so is there a way to limit the length of the pagination control with a horizontal scroll.

Thanks

Krishna Kumar
Krishna Gopinathan, Apr 06, 2014
Reply 1
The ArtShop shows exactly how it is one, albeit with smaller number of records. 
It has 25 records and shows 9 records (art images) per page.  So there is a total of 3 pages. 

In your scenario, you have 1000 order records and if you show 50 per page, you will have 20 pages. 
The idea of pagination is to show data in maneagable pieces (i.e. pages). 

Hope this answers your question.



Jack Poorte, Apr 06, 2014
Stay Inspired!
Join other developers and designers who have already signed up for our mailing list.
Terms     Privacy     Cookies       Do Not Sell       Licensing      
Made with    in Austin, Texas.  - vsn 44.0.0
© Data & Object Factory, LLC.