Method: Blacklight::Response::PaginationComponent#pagination

Defined in:
app/components/blacklight/response/pagination_component.rb

#paginationObject



19
20
21
22
# File 'app/components/blacklight/response/pagination_component.rb', line 19

def pagination
  args = configured_options.merge(@pagination_args).compact
  helpers.paginate @response, **args
end