laravel / ideas

Issues board used for Laravel internals discussions.
938 stars 28 forks source link

Cursor Paginate option to make empty prev or next keep URL #2645

Open WildEgo opened 3 years ago

WildEgo commented 3 years ago

As the title says I'd like to have an option to get default Prev and Next URL when there's no items before or after, in my opinion it's incredibly useful in infinite loading use cases, an alternative would be letting the user to set Prev or Next url by themselves.

Kind Regards, Luis Bizarro.