amrnn90 / laravel-cursor-paginator

Cursor pagination for Laravel
MIT License
18 stars 6 forks source link

Use for Existing Merged Collections #14

Open zerubabbel opened 3 years ago

zerubabbel commented 3 years ago

Hi there. Thank you making this available. I was wondering, is there a way to implement the CursorPagination on merged collections that are not directly created from Eloquent Models or query builders? I need to merge a few collections for what I am doing, and then would like to create new cursor paginator based on the merged collection. Is this possible with this package?

Thanks so much.