hamburgscleanest / data-tables
Data tables whose behavior and appearance can be extended by components. For example sorting, paginating or filtering the table. No JavaScript is required.
This package's canonical repository appears to be gone and the package has been frozen as a result.
Requires
- php: >=7.1.0
- illuminate/support: 5.4.*
Requires (Dev)
- mockery/mockery: 0.9.*
- orchestra/testbench: ~3.0
- phpunit/phpunit: ~5.7
README
Data tables whose behavior and appearance can be extended by components. For example sorting, paginating or filtering the table. No JavaScript is required.
Documentation
For detailed information about the usage and the behaviour of the data tables visit our wiki.
https://github.com/hamburgscleanest/data-tables/wiki
Install
Via Composer
$ composer require hamburgscleanest/data-tables
Laravel < 5.5.x
Add the service provider to your providers array
'providers' => [ ... DataTablesServiceProvider::class, ],
Laravel >= 5.5.x
Automatic Package Discovery
Everything is automatically registered for you when using Laravel 5.5.x or later.
Changes
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email chroma91@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.