2017 © Pedro Peláez
 

library data-table

Data Table will allow you to easily create Listing, Searching, Sorting and Download CSV.

image

roysailor/data-table

Data Table will allow you to easily create Listing, Searching, Sorting and Download CSV.

  • Saturday, April 14, 2018
  • by roysailor
  • Repository
  • 2 Watchers
  • 1 Stars
  • 32 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 9 Versions
  • 60 % Grown

The README.md

Laravel Data Table

Laravel Data Table will allow you to easily create Listing, Searching, Sorting and Download CSV for Laravel., (*1)

Install

composer require lakipatel/data-table

Add bellow lines in config/app.php under providers, (*2)

Maatwebsite\Excel\ExcelServiceProvider::class,
Lakipatel\DataTable\DataTableServiceProvider::class

run this command to publish php artisan vendor:publish, (*3)

CLI - Create Data Table Object

run this commnad to generate data table php artisan data-table:create, (*4)

Above command will create a file under app/DataTables/ directory., (*5)

Change your controller like, (*6)

namespace App\Http\Controllers;

use App\DataTables\UserDataTable;

class UsersController
{

    public function index()
    {
        $dataTableHTML = UserDataTable::toHTML();
        return view('users.index', compact('dataTableHTML'));
    }

}

Add bellow line where you want to display data table under resources/views/users/index.blade.php., (*7)

{!! $dataTableHTML !!}

Add bellow lines in your layout file to include assets, (*8)

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">


@stack('scripts')

The Versions

14/04 2018

dev-master

9999999-dev

Data Table will allow you to easily create Listing, Searching, Sorting and Download CSV.

  Sources   Download

MIT

The Requires

 

by Laukik Patel

laravel datatable data table data-table lakipatel laukikpatel laukik patel laravel data table

14/04 2018

1.0.6

1.0.6.0

Data Table will allow you to easily create Listing, Searching, Sorting and Download CSV.

  Sources   Download

MIT

The Requires

 

by Laukik Patel

laravel datatable data table data-table lakipatel laukikpatel laukik patel laravel data table

14/04 2018

dev-naisarg

dev-naisarg

Data Table will allow you to easily create Listing, Searching, Sorting and Download CSV.

  Sources   Download

MIT

The Requires

 

by Laukik Patel

laravel datatable data table data-table lakipatel laukikpatel laukik patel laravel data table

10/03 2018

1.0.5

1.0.5.0

Data Table will allow you to easily create Listing, Searching, Sorting and Download CSV.

  Sources   Download

MIT

The Requires

 

by Laukik Patel

laravel datatable data table data-table lakipatel laukikpatel laukik patel laravel data table

09/03 2018

1.0.4

1.0.4.0

Data Table will allow you to easily create Listing, Searching, Sorting and Download CSV.

  Sources   Download

MIT

The Requires

 

by Laukik Patel

laravel datatable data table data-table lakipatel laukikpatel laukik patel laravel data table

17/08 2017

1.0.3

1.0.3.0

Data Table will allow you to easily create Listing, Searching, Sorting and Download CSV.

  Sources   Download

MIT

The Requires

 

by Laukik Patel

laravel datatable data table data-table lakipatel laukikpatel laukik patel laravel data table

05/07 2017

1.0.2

1.0.2.0

Data Table will allow you to easily create Listing, Searching, Sorting and Download CSV.

  Sources   Download

MIT

The Requires

 

by Laukik Patel

23/06 2017

1.0.1

1.0.1.0

Data Table will allow you to easily create Listing, Searching, Sorting and Download CSV.

  Sources   Download

MIT

The Requires

 

by Laukik Patel

22/06 2017

1.0.0

1.0.0.0

Data Table will allow you to easily create Listing, Searching, Sorting and Download CSV.

  Sources   Download

MIT

The Requires

 

by Laukik Patel