Registry / web-framework / yajra-laravel-datatables-html

yajra-laravel-datatables-html

JSON →
library12.7.0phppackagistunverified

Laravel DataTables HTML builder plugin for generating DataTables HTML structures.

composer require yajra/laravel-datatables-html
INSTALL
IMPORT
SIG · YAJRA-LARAVEL-DATA
Y
yajra-laravel-datatables-html
web-frameworkphpv12.7.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.

Builder
use Yajra\DataTables\Html\Builder;

Create a DataTable HTML builder with columns and AJAX source.

use Yajra\DataTables\Html\Builder; $builder = new Builder(); $html = $builder->columns(['id', 'name', 'email'])->ajax(route('users.data'))->parameters(['order' => [[0, 'asc']]])->generate(); echo $html;
Debug
Known issues

No known issues recorded.

Upgrade
Version history
12.7.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
yajra-laravel-datatables-html — pip install yajra-laravel-datatables-html · libregistry