packagist yajra/laravel-datatables-oracle v6.0.0
v6.0.0 DataTable Service

latest releases: v11.1.0, dev-master, v11.0.0...
8 years ago

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.

Don't miss a new laravel-datatables-oracle release

NewReleases is sending notifications on new releases.