Download the PHP package defstudio/wired-tables without Composer
On this page you can find all versions of the php package defstudio/wired-tables. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download defstudio/wired-tables
More information about defstudio/wired-tables
Files in defstudio/wired-tables
Package wired-tables
Short Description Laravel Livewire Datatables
License MIT
Homepage https://github.com/defstudio/wired-tables
Informations about the package wired-tables
Laravel Livewire Datatables
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Optionally, you can publish the views using
Tailwind configuration
In order to keep wired tables tailwind classes, add this to your tailwind.config.js
:
Using tailwind along with other frameworks (i.e. bootstrap)
set style = tailwind_3_prefixed
config in configs/wired-tables.php
(see above for info on how to publish config file)
and add these to your tailwind.config.js
:
Usage
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
- Fabio Ivona
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
TODO DOCS
Views can be overridden by publishing them
Views can be overridden on a single table also:
the following view methods can be overridden:
mainView()
: the main container view for the tabletableView()
: the main table view
All versions of wired-tables with dependencies
spatie/laravel-package-tools Version ^1.9.2
illuminate/contracts Version ^9.0|^10.0
illuminate/database Version ^9.0|^10.0
livewire/livewire Version ^2.5