lykegenes/laravel-datagrid-builder

Laravel datagrid generator - using jQuery-bootgrid
399 11
Install
composer require lykegenes/laravel-datagrid-builder
Latest Version:2.0.1
License:MIT
Last Updated:Feb 24, 2016
Links: GitHub  ·  Packagist
Maintainer: Lykegenes

Laravel Datagrid Builder

Latest Version on Packagist Software License Build Status Code Coverage Total Downloads

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.

Install

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

Usage

See the WIKI

Credits

License

The MIT License (MIT). Please see License File for more information.

Related Packages

tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, inte...

9,754 11
qbits/laravel-inertia-vue-datatable

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

2 0
arkhas/livewire-datatable

A powerful datatable component for Laravel Livewire with filters, actions, and e...

90 0
zofe/datagrid

Simple datagrid / datatable presenter for eloquent/laravel

22 1
artflow-studio/table

A custom package to render Livewire components using the @AFtable directive.

239 0