yajra/laravel-datatables-oracle
Laravel server-side processing for jQuery DataTables. Quickly return JSON from Eloquent, Query Builder, or Collections for DataTables’ AJAX option, with helpers like DataTables::eloquent(), ::query(), ::collection(), or ::make() for fast filtering, sorting, paging.
Adopt if:
Look elsewhere if:
yajra/laravel-datatables package).For Executives: "This package lets us ship enterprise-grade data tables in days instead of months—critical for [Product X]’s admin dashboard, which currently blocks [Feature Y] due to performance bottlenecks. It’s used by 500+ Laravel apps (4.8K GitHub stars), supports our Oracle database, and cuts backend dev time by 70%. The MIT license avoids vendor lock-in, and the active roadmap (last update: March 2026) ensures long-term support. ROI: Faster time-to-market for [Q3 feature], reduced server costs via server-side processing, and lower maintenance risk."
For Engineering: *"This is a drop-in solution for DataTables server-side processing in Laravel. Key benefits:
return DataTables::eloquent(User::query())
->addColumn('action', function($row) {
return '<button>Edit</button>';
})
->make(true);
APP_DEBUG=true to log queries/inputs.How can I help you explore Laravel packages today?