Open timoransky opened 2 years ago
... and add ->withQueryString();
to buildPaginationAndGetResult
function
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.
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