Download the PHP package tiknil/wire-table without Composer
On this page you can find all versions of the php package tiknil/wire-table. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tiknil/wire-table
More information about tiknil/wire-table
Files in tiknil/wire-table
Package wire-table
Short Description Laravel package extending Livewire to easily create useful tables
License MIT
Homepage https://github.com/tiknil/wire-table
Informations about the package wire-table
Livewire extension for building tables
The aim of this project is to provide a useful boilerplate with sane defaults for building backoffice tables, while allowing easy customization.
Installation
wire-table
requires PHP >= 8.1 and Laravel >= 10.0
[!NOTE]
Since v1.0.0, wire-table requires livewire 3.0. Use v0.3.2 if you are supporting livewire 2
Optional you can publish wire-table files for further customization:
Usage
Create a new component using the make:wiretable
command:
The UsersTable class will be created inside your app/Livewire
folder.
A basic table:
Include it in your blade file:
Remember to include the livewire javascript and css in every page where you will be using it.
The tables are just livewire components, so the official livewire documentation applies here.
Features
See the docs folder for the full documentation.
Quick links:
- Columns
- Row rendering
- Filters
- Sorting
- Pagination
- Theme and style
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Giorgio Balduzzi
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate, following the laravelpackage.com documentation.
All versions of wire-table with dependencies
illuminate/support Version ^10.0|^11.0
illuminate/contracts Version ^10.0|^11.0
livewire/livewire Version ^3.0