Download the PHP package luckykenlin/livewire-tables without Composer
On this page you can find all versions of the php package luckykenlin/livewire-tables. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download luckykenlin/livewire-tables
More information about luckykenlin/livewire-tables
Files in luckykenlin/livewire-tables
Package livewire-tables
Short Description livewire-tables
License MIT
Homepage https://github.com/luckykenlin/livewire-tables
Informations about the package livewire-tables
livewire-tables
A dynamic livewire table component for laravel.
Requirements
Installation
You can install the package via composer:
Documentation
https://luckykenlin.github.io/livewire-tables/
Usage
Creating Tables
To create a table component you draw inspiration from the below stub:
To specific model use --model:
Your component must implement two methods:
Rendering the Table
Place the following where you want the table to appear.
<livewire:users-table />
To-do/Roadmap
- [ ] User Column Selection
- [ ] Bulk Actions
- [ ] Date Filter
- [ ] Selector Filter
- [ ] Multiple Selector Filter
- [ ] Bulk Actions
- [ ] CDN Css
- [ ] Test Suite
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Ken Lin
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of livewire-tables with dependencies
illuminate/support Version ^9.0|^10.0|^11.0
livewire/livewire Version ^v3.0.0-beta.1
spatie/laravel-package-tools Version ^1.15.0