You need to sign in to do that
Don't have an account?
Uttpal chandra
How to display record using next button?
Hi all,
I have dispaly 10 record in Pop Up uisng rows=10 in apex:pageBlockTable.
So I want to create a Custom "Next" button in Pop Up which can display the remaining record in Pop up.
Thanks in advance
I have dispaly 10 record in Pop Up uisng rows=10 in apex:pageBlockTable.
So I want to create a Custom "Next" button in Pop Up which can display the remaining record in Pop up.
Thanks in advance
Greetings to you!
You need to use pagination to work around on this. You have to create custom functionality to implement the 10 records per page. You have to create a first, next option so that you can set 10 records per page.
Below is the sample code for pagination which I have tested in my org and it is working fine. Kindly modify the code as per your requirement.
Visualforce:
Controller:
I hope it helps you.
Kindly let me know if it helps you and close your query by marking it as solved so that it can help others in the future. It will help to keep this community clean.
Thanks and Regards,
Khan Anas