Registry / web-framework / bllim-datatables

bllim-datatables

JSON →
library1.4.4phppackagistunverified

Server-side handler of DataTables jQuery Plugin for Laravel 4.

composer require bllim/datatables
INSTALL
IMPORT
SIG · BLLIM-DATATABLES
B
bllim-datatables
web-frameworkphpv1.4.4
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 Bllim\Datatables\Datatables;

Minimal usage to return DataTables JSON from a query.

use Bllim\Datatables\Datatables; $datatables = new Datatables; $data = $datatables->query(DB::table('users'))->make(); return $data;
Debug
Known issues
breakingThis package is designed specifically for Laravel 4 and may not work with newer Laravel versions.
fix
Upgrade to a Laravel 5+ compatible DataTables package like yajra/laravel-datatables.
affects: >=1.0.0
Upgrade
Version history
1.4.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
Meta
1
OpenAI (training)
1
Resources
bllim-datatables — pip install bllim-datatables · libregistry