confrariaweb / laravel-datatable
Package Datatable
Package info
github.com/confrariaweb/laravel-datatable
Language:HTML
Type:package
pkg:composer/confrariaweb/laravel-datatable
dev-master
2020-08-07 21:56 UTC
This package is not auto-updated.
Last update: 2026-03-19 16:27:55 UTC
README
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.