confrariaweb/laravel-datatable

Package Datatable

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Language:HTML

Type:package

dev-master 2020-08-07 21:56 UTC

This package is not auto-updated.

Last update: 2024-05-16 08:14:00 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.