woylie / flop_phoenix

Components for pagination, sortable tables and filter forms using Phoenix, Ecto and Flop
MIT License
385 stars 43 forks source link

<Flop.Phoenix.pagination meta={@meta} path={~p"/pets"} /> #286

Closed ghenry closed 11 months ago

ghenry commented 11 months ago

Hi all,

Is this supposed to generate anything? My @meta is not empty and I can see it change if I inspect it, but looking at the source there is no HTML generate. The docs say it should?

Thanks.

ghenry commented 11 months ago

Ah, never mind:

https://github.com/woylie/flop_phoenix/blob/10207502cecd23e94c26dd8583d04a11f5d5de5a/lib/flop_phoenix.ex#L430

I was reading the wrong source and I don't have > 1 pages! :-)

Thaks.

ghenry commented 11 months ago

Ah, never mind:

https://github.com/woylie/flop_phoenix/blob/10207502cecd23e94c26dd8583d04a11f5d5de5a/lib/flop_phoenix.ex#L430

I was reading the wrong source and I don't have > 1 pages! :-)

Thanks.