Skip to content

Commit d843cef

Browse files
committed
Update v6.0.0 changes.
1 parent b544b23 commit d843cef

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@
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

0 commit comments

Comments
 (0)