LaravelPackages.net
Acme Inc.
Toggle sidebar
confrariaweb/laravel-datatable

Package Datatable

10
0
About confrariaweb/laravel-datatable

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

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.

Star History Chart