What's the difference between pagination in php and pagination in bootstrap are they not performing same work | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What's the difference between pagination in php and pagination in bootstrap are they not performing same work

Pagination

20th Dec 2019, 10:24 AM
Abiodun-oyekan Oyetayo Emmanuel
Abiodun-oyekan Oyetayo Emmanuel - avatar
2 Answers
0
Thanks
21st Dec 2019, 10:42 AM
Abiodun-oyekan Oyetayo Emmanuel
Abiodun-oyekan Oyetayo Emmanuel - avatar
0
Small data rows of table, pagination should be done from front-end Large data rows of table, pagination should be done from frontend, for the total fetched rows, it only need to request extra rows from back-end php whenever the front-end does not hold the selected row data. Check this out front end pagination by Bootstrap. https://code.sololearn.com/WsvCCoJ11gQz/?ref=app
27th Jun 2020, 9:33 AM
Calviղ
Calviղ - avatar