power-components / livewire-powergrid
PowerGrid generates Advanced Datatables using Laravel Livewire.
Package info
github.com/Power-Components/livewire-powergrid
pkg:composer/power-components/livewire-powergrid
Fund package maintenance!
Requires
- php: ^8.3
- laravel/prompts: ^0.1|^0.2|^0.3
- livewire/blaze: ^1.0
- livewire/livewire: ^4.0
- power-components/partials: ^0.1.0
Requires (Dev)
- composer/composer: ^2.10
- laradumps/laradumps: ^5.0
- larastan/larastan: ^3.10
- laravel/pint: ^1.29
- laravel/scout: ^11.3
- orchestra/testbench: ^10.0|^11.0
- pestphp/pest: ^4.7|^5.0
Suggests
- openspout/openspout: Required to export XLS and CSV (supports v4 and v5)
Conflicts
- illuminate/support: <12.0
- laravel/framework: <12.0
This package is auto-updated.
Last update: 2026-08-10 18:08:32 UTC
README
📚 Documentation | 🚀 Online Demo | 🔥 Features | ⌨️ Get started⚡ Livewire PowerGrid ⚡
Livewire PowerGrid creates modern, powerful and easy-to-customize data tables based on Laravel Livewire library.
With PowerGrid, you can effortlessly create advanced data tables in a matter of minutes.
🚀 Ready out of the box
Tables have basic features activated by default. Ready to go!
👍 Extensible
Extend and customize your Table including plugins (inline editing, toggles, date pickers), global search, column filters, bulk actions, and data export.
🛠️ Developer-friendly scaffold
Generated table components include usage examples. Just uncomment some code, enter your data, and it works!
🚀 Online Interactive Demo
Take a look at our Online Interactive Demo showcasing the latest PowerGrid features. Explore the source code, and get your Data Table up and running in no time.
🔥 Features
PowerGrid offers a range of features that are readily available:
| Feature | PowerGrid |
|---|---|
| Tailwind CSS / DaisyUI / Flux themes | ✅ |
Custom Theme via struct() API |
✅ |
| Pagination | ✅ |
| Column Sorting | ✅ |
| Filters & Global Search | ✅ |
| Custom Filter Builder | ✅ |
| Inline Editing plugin (click to edit) | ✅ |
| Toggle Switch plugin | ✅ |
| Date Picker plugin (Flatpickr) | ✅ |
| Row Buttons, Checkboxes, Dropdown menu | ✅ |
| Custom Cell Content (links, images, currency formatting) | ✅ |
| Multi-row Bulk Actions | ✅ |
| Conditional Action Rules for Rows, Buttons, and Checkboxes | ✅ |
| Column Summaries (Sum, Count & Average) | ✅ |
| Server-side Actions (full Blade rendering, no JS cache) | ✅ |
Livewire DOM isolation via Hot Zones (pg-tbody, pg-pagination, pg-filters) |
✅ |
| Data Export to XLSX/CSV (OpenSpout) | ✅ |
| Queue Export for large datasets | ✅ |
| Responsive | ✅ |
| Laravel Scout support | ✅ |
| Plugin system (extendable column behaviors) | ✅ |
| Multi Language | Available in 🇺🇸 🇧🇷 🇪🇸 🇮🇹 🇩🇪 and more... |
📚 Learn more in our Documentation.
Get started
Requirements
- PHP 8.3+
- Laravel 12+
- Livewire 4.0+
- Tailwind CSS 4.x
Install PowerGrid
Require PowerGrid via composer.
composer require power-components/livewire-powergrid
Then, follow the steps indicated in the Documentation - Install page.
AI-assisted development (Laravel Boost)
PowerGrid ships Agent Skills and an AI guideline for Laravel Boost — so your AI agent (Claude Code, Cursor, Codex, Gemini, and more) understands PowerGrid's v7 conventions and can scaffold themes and plugins for you.
If your app uses Boost, install PowerGrid's skills and guideline into your selected agents with:
composer require laravel/boost --dev php artisan boost:install
Already using Boost? Pick up PowerGrid's resources (and any other newly installed package's) with:
php artisan boost:update --discover
Support & Community
👥 Interact with the PowerGrid community at our Discussions tab.
You can share ideas, find questions and answers, and collaborate with other PowerGrid users.
🛟 For technical inquiries, bug reports, and feature requests, please use the Issues tab.
Please look into our previous Issues and Discussions before submitting a new issue.
Contribute
🙏 You can help PowerGrid in a number of ways; contributing goes beyond writing code.
Please read the Contributing Guide to see what kind of contributions you can make and what steps you should follow.
Credits
- Created by Luan Freitas and @DanSysAnalyst
- All Contributors
- Logo & artwork by Caneco
Sponsored by:
With the support of:
Notice of Non-Affiliation and Disclaimer: Livewire PowerGrid is not affiliated with, associated with, endorsed by, or in any way officially connected with the Laravel Livewire - copyright by Caleb Porzio. Laravel is a trademark of Taylor Otwell.
