confrariaweb/laravel-datatable

Package Datatable

Downloads

10

Stars

0

Version

Package Vendor Laravel

Base package for all other laravel packages

Basic Usage

$config = [
        'id' => 'datatable_tasks',
        'items' => ['title', 'date', 'time', 'status', 'priority', 'destinateds', 'responsibles'],
        'url' => 'tasks',
        'slug' => 'tasks'
    ]
@datatable($config)

@enddatatable

URL: url('api/' . $url . '/datatable?api_token=' . auth()->user()->api_token)

License

The Laravel framework is open-sourced software licensed under the MIT license.

confrariaweb

Author

confrariaweb