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: 24 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 (over 1 year ago)
- Default Branch: 4.x
- Last Pushed: 2024-08-31T09:41:37.000Z (2 months ago)
- Last Synced: 2024-10-01T09:23:07.807Z (about 1 month ago)
- Topics: laravel, livewire, tables
- Language: PHP
- Homepage: https://livewire-tables.ramonrietdijk.nl/
- Size: 955 KB
- Stars: 190
- Watchers: 5
- Forks: 9
- 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](https://ramonrietdijk.nl/storage/projects/livewire-tables/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.