PHPackages                             naisargparmar/data-table - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. naisargparmar/data-table

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

naisargparmar/data-table
========================

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

1.0.6(8y ago)09MITPHP

Since Jun 22Pushed 7y agoCompare

[ Source](https://github.com/naisargparmar/data-table)[ Packagist](https://packagist.org/packages/naisargparmar/data-table)[ RSS](/packages/naisargparmar-data-table/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (9)Used By (0)

Laravel Data Table
==================

[](#laravel-data-table)

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

Install
=======

[](#install)

```
composer require lakipatel/data-table

```

Add bellow lines in config/app.php under providers

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

```

run this command to publish **php artisan vendor:publish**

CLI - Create Data Table Object
==============================

[](#cli---create-data-table-object)

run this commnad to generate data table **php artisan data-table:create**

Above command will create a file under app/DataTables/ directory.

Change your controller like

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

```
{!! $dataTableHTML !!}

```

Add bellow lines in your layout file to include assets

```

@stack('scripts')

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 66.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~49 days

Recently: every ~70 days

Total

7

Last Release

2948d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/33b4520f9e3fc651d8da9cc93df33d7e5bb4a7f9c6063781c031d9ac35f12e90?d=identicon)[naisarg.parmar@globalgarner.com](/maintainers/naisarg.parmar@globalgarner.com)

---

Top Contributors

[![lakipatel](https://avatars.githubusercontent.com/u/2498939?v=4)](https://github.com/lakipatel "lakipatel (12 commits)")[![bigbharatjain](https://avatars.githubusercontent.com/u/26894966?v=4)](https://github.com/bigbharatjain "bigbharatjain (2 commits)")[![laukik-indianic](https://avatars.githubusercontent.com/u/38423561?v=4)](https://github.com/laukik-indianic "laukik-indianic (2 commits)")[![naisargparmar](https://avatars.githubusercontent.com/u/35989770?v=4)](https://github.com/naisargparmar "naisargparmar (1 commits)")[![vikasaroy](https://avatars.githubusercontent.com/u/6568699?v=4)](https://github.com/vikasaroy "vikasaroy (1 commits)")

---

Tags

laraveldatatabledata tablelaravel data tablepatellakipatellaukikpatellaukik

### Embed Badge

![Health badge](/badges/naisargparmar-data-table/health.svg)

```
[![Health](https://phpackages.com/badges/naisargparmar-data-table/health.svg)](https://phpackages.com/packages/naisargparmar-data-table)
```

###  Alternatives

[bllim/datatables

Server-side handler of DataTables Jquery Plugin for Laravel 4

261413.7k4](/packages/bllim-datatables)[laravel-enso/tables

Data Table library with server-side processing and a VueJS component

63153.4k47](/packages/laravel-enso-tables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

116.6k](/packages/tomshaw-electricgrid)[ronasit/laravel-helpers

Provided helpers function and some helper class.

1475.7k13](/packages/ronasit-laravel-helpers)[mtrdesign/krait

Krait provides an easy way to create Ajax Datatables.

101.9k](/packages/mtrdesign-krait)[tapp/filament-form-builder

User facing form builder using Filament components

131.2k1](/packages/tapp-filament-form-builder)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
