phoenix_pagination icon indicating copy to clipboard operation
phoenix_pagination copied to clipboard

Simple pagination for Ecto and Phoenix that uses plain EEx templates.

Results 7 phoenix_pagination issues
Sort by recently updated
recently updated
newest added

Hello, The latest version of Phoenix uses Plug with version 1.4 or above: https://github.com/phoenixframework/phoenix/blob/main/mix.exs#L73 This PR bumps the dependency of Plug to make sure this library is compatible with latest...

Hi! Thanks for the great work on this package ❤️ We use it on [plausible/analytics](https://github.com/plausible/analytics) but unfortunately we cannot upgrade to the newest `phoenix_html` release due to the dependency on...

I had to add this to get things working: ``` defmodule MyprojectWeb.PaginationView do use MyprojectWeb, :view import Phoenix.Pagination.HTML end ```

From the default example these values are missing from the paginator. I do have the default values of :previous and :next is there anything special I need to do to...

see here: elixirdrops/kerosene#6