Registry / web-framework / laravel-enso-datatable

laravel-enso-datatable

JSON →
library2.0.6phppackagistunverified

DataTable package for the DataTables.net library with server-side processing and a VueJS component

composer require laravel-enso/datatable
INSTALL
IMPORT
SIG · LARAVEL-ENSO-DATAT
L
laravel-enso-datatable
web-frameworkphpv2.0.6
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.

DataTable
use LaravelEnso\DataTable\app\Classes\DataTable;

Create a server-side DataTable from an Eloquent query

use LaravelEnso\DataTable\app\Classes\DataTable; $dataTable = new DataTable(); $dataTable->query(User::query()); return $dataTable->response();
Debug
Known issues
gotchaRequires Laravel and VueJS setup; not standalone
fix
Ensure Laravel Enso is installed and Vue components are compiled
affects: >=2.0
Upgrade
Version history
2.0.6latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources