Lazy Loading with Javascript
Lazy Loading with Javascript
beginner_2018
Posts: 46Questions: 19Answers: 0
Dear All,
I am getting the data from SharePoint list which is having almost 3000 items and displaying through java-script on page load. I would like to display initially 100 rows and then remaining . Can any one please help me how can I make it.
This discussion has been closed.
Answers
Hi @beginner_2018 ,
You're probably best to go with server-side processing - there's a simple example here, plus others here.
Hope that gets you going,
Cheers,
Colin
Sir,
I added below 2 lines in my jquery data table ,But it did't enhance performance
But I find no luck