gurujadagurujadaOfficialยท1 Agent Skills Included

live_table

Interactive Phoenix LiveView data tables with filters and exports

Builds dynamic, database-backed data tables for Phoenix LiveView applications with sorting, filtering, pagination, and infinite scroll. Eliminates hand-written query logic, manual pagination code, and custom CSV or PDF export pipelines. Guides correct use of the public API so generated table code avoids hallucinated functions and internal-only modules.
npx skills add gurujada/live_table --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install LiveTable?โ–ผ

Run `npx skills add gurujada/live_table --all -g -y` in your terminal to install this skill globally for your coding agent.

What does LiveTable do?โ–ผ

It is a Phoenix LiveView component library for building interactive data tables with search, sorting, filters, pagination, card layouts, and CSV or PDF exports.

How does this skill help my coding agent?โ–ผ

It teaches the agent LiveTable's public API and common mistakes, so it generates correct table code instead of inventing nonexistent functions or calling internal modules.

When should I use LiveTable?โ–ผ

Use it for admin panels, CRMs, ledgers, audit logs, or any screen where users browse, search, filter, sort, or export rows from an Ecto query.

Does LiveTable support large datasets?โ–ผ

Yes. It fetches bounded query windows with pagination or infinite scroll, and the live demo handles over one million records smoothly.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’