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
chinni dchinni d 

if i want to display more than 50 thousand records in screen with editable format how can i disaply?

sachin kadian 5sachin kadian 5
Hi Chini,

You cannot show the 50k records in screen with editable at at time. For this functionality, use need to use pagination.You can do the pagination using standardSetController. Read the below link for standardSetController and pagination

https://hisrinu.wordpress.com/2012/01/09/pagination-using-standardsetcontroller/

https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/apex_pages_standardsetcontroller.htm