| Package Data | |
|---|---|
| Maintainer Username: | ElfSundae |
| Maintainer Contact: | elf.sundae@gmail.com (Elf Sundae) |
| Package Create Date: | 2017-06-17 |
| Package Last Update: | 2018-02-19 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-10-27 03:01:21 |
| Package Statistics | |
|---|---|
| Total Downloads: | 433 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
An extended package based on yajra/laravel-datatables.
$ composer require elfsundae/laravel-datatables
Then register the service provider:
ElfSundae\DataTables\DataTablesServiceProvider::class
ElfSundae\DataTables\Services\DataTable instead of Yajra\DataTables\Services\DataTable
addColumns() for EloquentDataTable~~ (merged in yajra/laravel-datatables#1416)postAjax() for Html Builder~~ (merged in yajra/laravel-datatables-html#45)filename for export to className_YmdHis~~ (merged in yajra/laravel-datatables-buttons#49)DataTables factory, see yajra/laravel-datatables#1488
action column in datatables.stub for the datatables:make command