https://github.com/ramonrietdijk/livewire-tables
Dynamic tables for models with Laravel Livewire
https://github.com/ramonrietdijk/livewire-tables
laravel livewire tables
Last synced: 5 months ago
JSON representation
Dynamic tables for models with Laravel Livewire
- Host: GitHub
- URL: https://github.com/ramonrietdijk/livewire-tables
- Owner: ramonrietdijk
- License: mit
- Created: 2023-03-11T10:14:43.000Z (over 2 years ago)
- Default Branch: 5.x
- Last Pushed: 2025-04-06T11:10:02.000Z (6 months ago)
- Last Synced: 2025-05-10T13:55:44.786Z (5 months ago)
- Topics: laravel, livewire, tables
- Language: PHP
- Homepage: https://livewire-tables.ramonrietdijk.nl/
- Size: 1.08 MB
- Stars: 206
- Watchers: 4
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Livewire Tables
[](https://github.com/ramonrietdijk/livewire-tables/actions/workflows/tests.yml)
[](LICENSE.md)
[](https://packagist.org/packages/ramonrietdijk/livewire-tables)Easily create dynamic tables for models with Laravel Livewire.

If you enjoy using this package, please consider leaving a star.
## Demo
See the [Livewire Table](https://livewire-tables.ramonrietdijk.nl) in action.
## Documentation
Open the [documentation](https://ramonrietdijk.github.io/livewire-tables) to see how this package can be used with
examples.## Testing
To make sure everything works, run the following command:
```sh
composer quality
```## Credits
- [Ramon Rietdijk](https://github.com/ramonrietdijk)
- [All Contributors](../../contributors)## License
This package is released under the [MIT](LICENSE.md) license.