confrariaweb / laravel-datatable
Package Datatable
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:package
This package is not auto-updated.
Last update: 2024-11-14 10:29:43 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.