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
Nagaraju Mogili 25Nagaraju Mogili 25 

how to display the list in lightning component where the list size is 50000 or above

Raj VakatiRaj Vakati
I can sugeess to use the lightning:datatable with lazy loading 

You can show only first 500 records and after that when you click on lad more you can show remning records 


https://rajvakati.com/2018/02/18/usage-of-lightningdatatable/