Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork69
Laravel DataTables HTML Builder Plugin
License
yajra/laravel-datatables-html
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This package is a plugin ofLaravel DataTables for generating dataTables script using PHP.
| Laravel | Package |
|---|---|
| 8.x and below | 4.x |
| 9.x | 9.x |
| 10.x | 10.x |
| 11.x | 11.x |
| 12.x | 12.x |
composer require yajra/laravel-datatables-html:^12
Set the default javascript type tomodule by settingBuilder::useVite() in theAppServiceProvider.
namespaceApp\Providers;useIlluminate\Pagination\Paginator;useIlluminate\Support\ServiceProvider;useYajra\DataTables\Html\Builder;class AppServiceProviderextends ServiceProvider{/** * Bootstrap any application services. */publicfunctionboot():void { Paginator::useBootstrapFive(); Builder::useVite(); }}
$ php artisan vendor:publish --tag=datatables-html
And that's it! Start building out some awesome DataTables!
Please seeCONTRIBUTING for details.
If you discover any security related issues, please emailaqangeles@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please seeLicense File for more information.
About
Laravel DataTables HTML Builder Plugin
Topics
Resources
License
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
