confrariaweb/laravel-datatable is a Laravel package for package datatable.
It currently has 0 GitHub stars and 10 downloads on Packagist.
Install it with composer require confrariaweb/laravel-datatable.
Discover more Laravel packages by confrariaweb
or browse all Laravel packages to compare alternatives.
Last updated
Base package for all other laravel packages
$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)
The Laravel framework is open-sourced software licensed under the MIT license.