craftable icon indicating copy to clipboard operation
craftable copied to clipboard

Improve AdminListing pagination to allow customize page name attribute

Open timoransky opened this issue 2 years ago • 2 comments

Purpose of this issue is to allow multiple paginated instances of AdminListing class on one page. Currently AdminListing uses default page name for pagination as seen in Laravel Docs.

Link to repository: BRACKETS-by-TRIAD/admin-listing

timoransky avatar Oct 07 '22 12:10 timoransky

... and add ->withQueryString(); to buildPaginationAndGetResult function

timoransky avatar Nov 15 '22 10:11 timoransky

The method ->withQueryString() is not supported in older versions of Laravel, such as 7.0, which leads to an error that needs to be addressed.

VladyslavMazurets avatar Feb 14 '24 15:02 VladyslavMazurets