assurrussa/grid-view-table is a Laravel package for mini grid view table for laravel..
It currently has 10 GitHub stars and 6.362 downloads on Packagist (latest version 1.2.7).
Install it with composer require assurrussa/grid-view-table.
Discover more Laravel packages by assurrussa
or browse all Laravel packages to compare alternatives.
Last updated
composer require assurrussa/grid-view-table
If necessary, run the command composer dump-autoload
php artisan vendor:publish --provider=Assurrussa\GridView\GridViewServiceProvider
config/amigrid.php required settingsin template use
{!! $data !!}
<!-- AmiGridView -->
<link href="{{ asset('vendor/grid-view/css/amigrid.css') }}" rel="stylesheet">
<script src="{{ asset('vendor/grid-view/js/amigrid.js') }}"></script>
<!-- AmiGridView -->
@stack('scripts')
and ajax response - $data->toHtml()
This is a sample app developed to showcase how the assurrussa/grid-view-table package works
Check it out on heroku