mohammad qasim

mohammad qasim

  • NA
  • 408
  • 0

Bootstrap paging load data per page not all at once

Jul 17 2020 4:11 PM
Greetings,
 
using bootstrap 4 to bind data with sorting/searching and paging every thing is working fine
 
Requirement: i want to load data per page not all @ once , its making lazy loading
 
Solution Required: update me to fetch/retrive data per page like as we have paging on bootom , if user click on page 2/3/4/5 so records are fetched respectively on same time not on load time 
 
 
Problem:Currently on load time ,its fetched all records which is almost 2500 and in future it will be around 5000 so its taking time to retrive on load time.
 
Thanks
 

Answers (3)