Phoenix.Pagination.Paginator (phoenix_pagination v0.7.0) View Source

Helpers to render the pagination links and more.

Link to this section Summary

Link to this section Functions

Link to this function

build_params(params, params2)

View Source

Constructs a query param from a keyword list

Link to this function

first_page(list, page, window, arg4)

View Source
Link to this function

last_page(list, page, total, window, arg5)

View Source
Link to this function

left(page, total, window)

View Source
Link to this function

next_page(list, page, total)

View Source
Link to this function

page_list(list, page, total, window, arg5)

View Source

Generates a page list based on current window

Link to this function

right(page, total, window)

View Source