function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
YVYV 

how to pagination more than 15k records without using standardSetController, offset and limit next,previous, first and last

Hi folks,
I am working on a assignment (using visualforce component) where i need to work on more than 15000 thousands records and need full pagination without using standardSetcontroller, offset and limits,
Please help me,

Thanks
yagya
VinayVinay (Salesforce Developers) 
Check below references.

https://salesforcescool.blogspot.com/2017/03/pagination-without-standard-controller.html
https://www.forcetalks.com/salesforce-topic/display-more-records-beyond-the-supported-limit-on-the-vf-page-in-salesforce/

Thanks,
YVYV
thanks vinay
but i don't want to use standarSetController
I need to do it by fully custom without using any standard controller, limit and offset

please help somebody

Thanks in advance
yagu