Looking to hire Laravel developers? Try LaraJobs

laravel-datatable maintained by confrariaweb

Description
Package Datatable
Last update
2020/08/07 23:56 (dev-master)
License
Links
Downloads
10

Comments
comments powered by Disqus

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.