V
V
Vladimir Zhosan2017-07-03 16:12:00
Laravel
Vladimir Zhosan, 2017-07-03 16:12:00

How to make single page navigation in laravel?

Good afternoon, friends, how to make a one-page pagination so that N-number of records are displayed on the page and after the last record there is a "load more" button? Is there any ready-made option for laravel in this regard? Normal pagination is not suitable, because. it gives out data in chunks.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
IceJOKER, 2017-07-03
@iaskivsky

What's the difference laravel it or any other framework?
This is a normal pagination, when you click on "Load more", you simply send a request for the next page and add the received elements to the current heap.

D
Dmitry, 2017-07-04
@Astatroth

Infinite Ajax Scroll

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question