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.

v1.0.1 2017-07-02 13:41 UTC

This package is auto-updated.

Last update: 2024-03-29 02:47:42 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

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.