Lazy Loading with Javascript
Lazy Loading with Javascript
![beginner_2018](https://secure.gravatar.com/avatar/4efd447e3dfed396746ae8abfc69e35c/?default=https%3A%2F%2Fvanillicon.com%2F4efd447e3dfed396746ae8abfc69e35c_200.png&rating=g&size=120)
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