You need to sign in to do that
Don't have an account?

custom pagination implementation
Hi All,
I have a requirement where in a Visualforce Page I need to have a List view of options and upon chaging the List view options,the pageblock table records should get updated and Pagination should be implemented.
Could anyone please share a sample code to query different set of records upon view changes and implement pagination.
lot of methods are there to implement but i used this....
http://forcesecrets.blogspot.in/2011/11/custom-pagination-in-visualforce-made.html
Hi,
I recently implemented this. I used the following two resources.
https://hisrinu.wordpress.com/2012/01/09/pagination-using-standardsetcontroller/
http://blog.jeffdouglas.com/2009/07/14/visualforce-page-with-pagination/