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
Abi V 4Abi V 4 

How to display more than 1000 records in lightining component

I have the requirement is like to display records more than 1000 records in UI of lightining component.please suggest me how to achive this.
In vf page we have readonly=true attribute it will increase the limit 10,000 similar way let us know if there is any solution.
Best Answer chosen by Abi V 4
SandhyaSandhya (Salesforce Developers) 
Hi,

Please refer below link for sample example where it says There is one benefit that we can show more than 1000 items of single list on UI which just over come the limit of visualforce page. 

http://www.codespokes.com/2015/08/lightning-component.html
 
Hope this helps you!

Please mark it as Best Answer if my reply was helpful. It will make it available for other as the proper solution.
 
Thanks and Regards
Sandhya

 

All Answers

SandhyaSandhya (Salesforce Developers) 
Hi,

Please refer below link for sample example where it says There is one benefit that we can show more than 1000 items of single list on UI which just over come the limit of visualforce page. 

http://www.codespokes.com/2015/08/lightning-component.html
 
Hope this helps you!

Please mark it as Best Answer if my reply was helpful. It will make it available for other as the proper solution.
 
Thanks and Regards
Sandhya

 
This was selected as the best answer
Abi V 4Abi V 4
Thank you Sadhya!!