Flop.Phoenix - UI components for pagination, filter forms and sortable tables

Phoenix components for pagination, sortable tables and filter forms with Flop and (optionally) Ecto.

  • pagination
  • cursor pagination
  • sortable tables
  • filter forms
7 Likes

Flop.Phoenix 0.18.0 was released. Apart from some under-the-hood updates, the main change is the updated filter_fields component, which now produces the Phoenix.HTML.FormField struct introduced in Phoenix.HTML 3.3.0.

This release deprecates Flop.Phoenix.pop_filter/2 in favor of the updated Flop.Filter.pop/3 function, which will be released with Flop 0.20.0 soon.

8 Likes

Just wanted to drop a line and say the new <filter_fields .../> works great, and integrates nicely with the new phoenix 1.7 <.input .../>. Thanks for the short “how to upgrade” section in the changelog. Keep it up!

3 Likes

Small update adding support for LiveView streams to the table component.

2 Likes