assurrussa/grid-view-vue

Mini grid view table for laravel.
147 10
Install
composer require assurrussa/grid-view-vue
Latest Version:1.2.7
PHP:^8.1|^8.2|^8.3|^8.4
License:MIT
Last Updated:Mar 22, 2026
Links: GitHub  ·  Packagist
Maintainer: assurrussa

Mini grid view table for Laravel >= 5.5

Install packages

  1. composer require assurrussa/grid-view-table

  2. 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

Related Packages

assurrussa/grid-view-table

Mini grid view table for laravel.

6,364 10
inertify/table

Headless tables for Laravel + Vue + Inertia with pagination, sorting, and filter...

591 0
qbits/laravel-inertia-vue-datatable

A powerful DataTable package for Laravel + Inertia.js + Vue 3 with server-side p...

2 0
santigarcor/laravel-vuetable

Vuetable laravel backend package

50,356 27
watheqalshowaiter/filament-sticky-table-header

A Filament plugin that makes table headers stick when scrolling down for better...

68,591 36