I have a requirement where i need to show the data in treegrid structure in 3 level depth but we have a hugh amount of data so we are trying to use the lazy loading approaching so that the data is loaded when we toggle. We have to implement it in LWC which i completely new to me can anyone help me with any reference code where lazy loading is applied for treegrid componenet in LWC
1 条评论
@rohan kolvekar There are a number of developer blogs that touch on this subject (maybe not your exact use case) but I found one that might get you started from @Piyush Soni: https://sfdcmonkey.com/2019/03/05/infinity-lazy-loading-salesforce-lightning/