Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramonrietdijk/livewire-tables
Dynamic tables for models with Laravel Livewire
https://github.com/ramonrietdijk/livewire-tables
laravel livewire tables
Last synced: 6 days 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 (almost 2 years ago)
- Default Branch: 4.x
- Last Pushed: 2024-12-26T10:39:15.000Z (29 days ago)
- Last Synced: 2025-01-11T14:04:41.512Z (13 days ago)
- Topics: laravel, livewire, tables
- Language: PHP
- Homepage: https://livewire-tables.ramonrietdijk.nl/
- Size: 1010 KB
- Stars: 195
- 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
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/ramonrietdijk/livewire-tables/tests.yml?label=tests)](https://github.com/ramonrietdijk/livewire-tables/actions/workflows/tests.yml)
[![MIT Licensed](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE.md)
[![Latest Version on Packagist](https://img.shields.io/packagist/v/ramonrietdijk/livewire-tables.svg)](https://packagist.org/packages/ramonrietdijk/livewire-tables)Easily create dynamic tables for models with Laravel Livewire.
![Livewire Table](./art/table.webp)
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.