live_table
Interactive Phoenix LiveView data tables with filters and exports
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core