Laravel datagrid generator - using jQuery-bootgrid
lykegenes/laravel-datagrid-builder is a Laravel package for laravel datagrid generator - using jquery-bootgrid.
It currently has 11 GitHub stars and 399 downloads on Packagist (latest version 2.0.1).
Install it with composer require lykegenes/laravel-datagrid-builder.
Discover more Laravel packages by lykegenes
or browse all Laravel packages to compare alternatives.
Last updated
The package is a Laravel wrapper for Bootstrap Table JS library. It allows you to quickly build reusable Datatables in your frontend and bind your API as its data source. Notable features are Sorting, Searching, Hide/Show columns, Pagination, and personalized columns.
Via Composer
composer require lykegenes/laravel-datagrid-builder
Then, add this to your Service Providers :
Lykegenes\DatagridBuilder\ServiceProvider::class,
...and this to your Aliases :
'DatagridBuilder' => Lykegenes\DatagridBuilder\Facades\DatagridBuilder::class,
Optionally, you can publish and edit the configuration file :
php artisan vendor:publish --provider="Lykegenes\DatagridBuilder\ServiceProvider" --tag=config
See the WIKI
The MIT License (MIT). Please see License File for more information.