| Package Data | |
|---|---|
| Maintainer Username: | assurrussa | 
| Maintainer Contact: | assurrussa@yandex.ru (AssurrussA) | 
| Package Create Date: | 2016-05-31 | 
| Package Last Update: | 2024-11-21 | 
| Home Page: | |
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-25 15:02:23 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 6,343 | 
| Monthly Downloads: | 1 | 
| Daily Downloads: | 0 | 
| Total Stars: | 10 | 
| Total Watchers: | 2 | 
| Total Forks: | 1 | 
| Total Open Issues: | 1 | 
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