0
What's the difference between pagination in php and pagination in bootstrap are they not performing same work
Pagination
2 Respuestas
0
Thanks
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