Skip to main content

Code Examples of yajra/laravel-datatables

Discover how to use Laravel's yajra/laravel-datatables method in real-world applications. Browse 2 examples from popular open-source projects.

2 examples
This package is created to handle server-side works of DataTables jQuery Plugin via AJAX option by using Eloquent ORM, Fluent Query Builder or Collection.
Read more in the official Github.

nasirkhan/laravel-starter

  • 1388
  • Created Oct 2017
  • Updated May 2026

Files in this example

  • composer.json
    • app/Http/Controllers/Backend/UserController.php
      • resources/views/backend/users/index_datatable.blade.php
View full example

LaravelDaily/Laravel-Support-Ticketing

  • 300
  • Created Nov 2019
  • Updated Mar 2023

Files in this example

  • composer.json
    • app/Http/Controllers/Admin/AuditLogsController.php
      • resources/views/admin/auditLogs/index.blade.php
View full example