-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Description
You can update this link to get the pagination in separated buttons.
{!! $activities->links('vendor.pagination.bootstrap-4') !!}
| {!! $activities->render() !!} |
Also update the pagination to include Query string for the search.
$activities = $activities->paginate(config('LaravelLogger.loggerPaginationPerPage'))->withQueryString();
| $activities = $activities->paginate(config('LaravelLogger.loggerPaginationPerPage')); |
Metadata
Metadata
Assignees
Labels
No labels