2017 © Pedro Peláez
 

library tablelize

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.

image

softerize/tablelize

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.

  • Wednesday, June 6, 2018
  • by oscardias
  • Repository
  • 3 Watchers
  • 11 Stars
  • 206 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 9 Versions
  • 20 % Grown

The README.md

Tablelize

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons., (*1)

Installation

Require it directly with composer:, (*2)

$ composer require softerize/tablelize

Or add it to composer.json:, (*3)

{
    "require": {
        "softerize/tablelize": "^0.1.0"
    }
}

After updating composer, add the ServiceProvider to the providers array in config/app.php, (*4)

Softerize\Tablelize\TablelizeServiceProvider::class,

Simple execution

In your route/controller, do the following:, (*5)

Route::get('links', function(\Illuminate\Http\Request $request){
    // Create the table list using your model and the request object
    $tablelize = new \Softerize\Tablelize\Tablelize('\App\Models\Link', $request);
    return view('home.index', compact('tablelize'));
});

In your view simply generate the HTML:, (*6)

@extends('layouts.app')

@section('content')
{!! $tablelize->generate() !!}
@endsection

This is what you'll get:, (*7)

Simple example, (*8)

If you want a more distinct look, you can use additional options and turn it into:, (*9)

Advanced example, (*10)

Documentation

You'll find the complete documentation at https://softerize.github.io/tablelize/., (*11)

Support

In case you need support, please create an issue and we will check it as soon as possible., (*12)

If you want to hire a professional support, let us know at http://www.softerize.com/contact/., (*13)

The Versions

06/06 2018

dev-master

9999999-dev https://softerize.github.io/tablelize/

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.

  Sources   Download

MIT

The Requires

 

laravel eloquent html table

06/06 2018

0.1.6

0.1.6.0 https://softerize.github.io/tablelize/

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.

  Sources   Download

MIT

The Requires

 

laravel eloquent html table

04/06 2018

dev-feature-5

dev-feature-5 https://softerize.github.io/tablelize/

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.

  Sources   Download

MIT

The Requires

 

laravel eloquent html table

04/06 2018

0.1.5

0.1.5.0 https://softerize.github.io/tablelize/

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.

  Sources   Download

MIT

The Requires

 

laravel eloquent html table

26/09 2017

0.1.4

0.1.4.0 https://softerize.github.io/tablelize/

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.

  Sources   Download

MIT

The Requires

 

laravel eloquent html table

01/10 2016

0.1.3

0.1.3.0 https://softerize.github.io/tablelize/

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.

  Sources   Download

MIT

The Requires

 

laravel eloquent html table

28/09 2016

0.1.2

0.1.2.0 https://softerize.github.io/tablelize/

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.

  Sources   Download

MIT

The Requires

 

laravel eloquent html table

27/09 2016

0.1.1

0.1.1.0 https://softerize.github.io/tablelize/

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.

  Sources   Download

MIT

The Requires

 

laravel eloquent html table

27/09 2016

0.1.0

0.1.0.0 https://softerize.github.io/tablelize/

Customizable Laravel Eloquent html tables with pagination, search, sorting and buttons.

  Sources   Download

MIT

The Requires

 

laravel eloquent html table