File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 88
99##Change Log
1010
11+ ###v6.0.0 - DataTable Service implementation.
12+ - Provides DataTable Service.
13+ - Provides artisan command for creating a service. php artisan datatables: make UsersDataTable
14+ - Provides artisan command for creating a DataTable scope. php artisan datatables: scope ActiveUserScope
15+ - Provides built-in support for server-side buttons. (Formerly TableTools).
16+ - Available buttons are csv, excel, pdf, print.
17+ - Built-in support for exporting to CSV, EXCEL and PDF using Laravel-Excel.
18+ - Built-in printer friendly view or create your own by overriding printPreview() method.
19+ - Change of namespace from yajra\Datatables to Yajra\Datatables.
20+ - Deprecated of() method when using DataTable service.
21+ - Automatic registration of required 3rd party providers.
22+ - [ Laravel Excel] ( https://github.com/Maatwebsite/Laravel-Excel )
23+ - [ Laravel Collective HTML & Forms] ( https://github.com/LaravelCollective/html )
24+ - Automatic registration of Datatables facade.
25+ - HTML Builder with javascripts from template.
26+ - HTML Builder column render now accepts a string, view or closure.
27+
1128###v5.12.5
1229 - Get order column name from the request. Fix #307 .
1330
You can’t perform that action at this time.
0 commit comments