assurrussa / grid-view-vue
Mini grid view table for laravel.
Installs: 144
Dependents: 0
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 1
Open Issues: 1
Type:package
Requires
- php: >=7.1.3
- laravel/framework: ^5.5|^6.0|^7.0|^8.0
Requires (Dev)
- barryvdh/laravel-debugbar: ^3.0
- barryvdh/laravel-ide-helper: ^2.2
- filp/whoops: ~2.0
- mockery/mockery: ~1.0
- nunomaduro/collision: ~1.1
- phpunit/phpunit: ~7.0
- squizlabs/php_codesniffer: 2.*
- symfony/thanks: ^1.0
This package is auto-updated.
Last update: 2024-10-21 17:14:36 UTC
README
Install packages
-
composer require assurrussa/grid-view-table
-
If necessary, run the command
composer dump-autoload
php artisan vendor:publish --provider=Assurrussa\GridView\GridViewServiceProvider
Setting
- In file
config/amigrid.php
required settings
Include
in 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()
Done!
AmiGridView DEMO
This is a sample app developed to showcase how the assurrussa/grid-view-table package works
Check it out on heroku