LiveTable (live_table v0.4.0)

View Source

Phoenix LiveView component library for building dynamic, interactive data tables.

LiveTable provides sorting, filtering, pagination, and exports for Phoenix LiveView applications. It supports both simple single-schema tables and complex queries with joins, aggregations, and computed fields.

Getting Started

# Add to mix.exs: {:live_table, "~> 0.4.0"}
mix deps.get
mix live_table.install

See the Installation Guide and Quick Start.

Key Modules

Documentation