Registry / web-framework / yajra-laravel-datatables

yajra-laravel-datatables

JSON →
library13.0.0phppackagistunverified

Laravel DataTables Complete Package for server-side handling of DataTables.

composer require yajra/laravel-datatables
INSTALL
IMPORT
SIG · YAJRA-LARAVEL-DATA
Y
yajra-laravel-datatables
web-frameworkphpv13.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

DataTables
use Yajra\DataTables\DataTables;

Return DataTables JSON response

use Yajra\DataTables\DataTables; $data = DataTables::of(User::query())->make(true); return response()->json($data);
Debug
Known issues
gotchaRequires Laravel framework and DataTables JavaScript library.
fix
Install Laravel and include DataTables JS in your frontend.
affects: >=13.0.0
Upgrade
Version history
13.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
yajra-laravel-datatables — pip install yajra-laravel-datatables · libregistry