Skip to content

v6.0.0 DataTable Service

Compare
Choose a tag to compare
@yajra yajra released this 15 Jan 04:20
· 429 commits to 6.0 since this release

v6.0.0 - DataTable Service implementation.

  • Provides DataTable Service.
  • Provides artisan command for creating a service. php artisan datatables:make UsersDataTable
  • Provides artisan command for creating a DataTable scope. php artisan datatables:scope ActiveUserScope
  • Provides built-in support for server-side buttons. (Formerly TableTools).
    • Available buttons are csv, excel, pdf, print.
    • Built-in support for exporting to CSV, EXCEL and PDF using Laravel-Excel.
    • Built-in printer friendly view or create your own by overriding printPreview() method.
  • Change of namespace from yajra\Datatables to Yajra\Datatables.
  • Deprecated of() method when using DataTable service.
  • Automatic registration of required 3rd party providers.