PHPackages                             larautil/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. [Admin Panels](/categories/admin)
4. /
5. larautil/data-table

ActiveLibrary[Admin Panels](/categories/admin)

larautil/data-table
===================

dataTable for laravel-admin

v1.0.5(2y ago)03MITPHPPHP &gt;=7.0.0

Since Jan 20Pushed 2y agoCompare

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

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

DataTable for laravel-admin
===========================

[](#datatable-for-laravel-admin)

**Add advanced interaction controls to your HTML tables** the free &amp; easy way.

[![996.icu](https://camo.githubusercontent.com/ac8f294a80f65338db545230f1a881b9a382204a1f187c6ff40ee679d42d40ca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c696e6b2d3939362e6963752d7265642e737667)](https://996.icu)

ScreenShot
----------

[](#screenshot)

[![](https://user-images.githubusercontent.com/2421068/55276143-0e4ae800-532b-11e9-8031-48d5a575f221.png)](https://user-images.githubusercontent.com/2421068/55276143-0e4ae800-532b-11e9-8031-48d5a575f221.png)

Install
-------

[](#install)

```
composer require jxlwqq/data-table
php artisan vendor:publish --tag=laravel-admin-data-table
```

Update
------

[](#update)

```
composer require jxlwqq/data-table
php artisan vendor:publish --tag=laravel-admin-data-table --force
```

Configurations
--------------

[](#configurations)

Add `extensions` option in your `config/admin.php` configuration file:

```
'extensions' => [
    'data-table' => [
        // If the value is set to false, this extension will be disabled
        'enable' => true,
        // global options
        'options' => [
             'paging' => false,
             'lengthChange' => false,
             'searching' => false,
             'ordering' => false,
             'info' => false,
             'language' => 'English', // or Chinese
        ]
    ]
]
```

More languages can be found in [DataTable i18n](https://github.com/DataTables/Plugins/tree/master/i18n).

Use
---

[](#use)

```
use Jxlwqq\DataTable\DataTable;

// table
$headers = ['Id', 'Email', 'Name', 'Company'];
$rows = [
    [1, 'labore21@yahoo.com', 'Ms. Clotilde Gibson', 'Goodwin-Watsica'],
    [2, 'omnis.in@hotmail.com', 'Allie Kuhic', 'Murphy, Koepp and Morar'],
    [3, 'quia65@hotmail.com', 'Prof. Drew Heller', 'Kihn LLC'],
    [4, 'xet@yahoo.com', 'William Koss', 'Becker-Raynor'],
    [5, 'ipsa.aut@gmail.com', 'Ms. Antonietta Kozey Jr.', 'Goooogle'],
];

$style = ['table-bordered','table-hover', 'table-striped'];

$options = [
    'paging' => true,
    'lengthChange' => false,
    'searching' => false,
    'ordering' => true,
    'info' => true,
    'autoWidth' => false,
];

$dataTable = new DataTable($headers, $rows, $style, $options);

echo $dataTable->render();
```

more options can be found in [DataTable Documentation](https://datatables.net/reference/option/).

More resources
--------------

[](#more-resources)

[Awesome Laravel-admin](https://github.com/jxlwqq/awesome-laravel-admin)

License
-------

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 71.4% 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 ~0 days

Total

2

Last Release

849d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/03c55b98f03bfbaec6cd75a04580a3a8b54826b415bae32fc20f9adb157647b0?d=identicon)[larautil](/maintainers/larautil)

---

Top Contributors

[![jxlwqq](https://avatars.githubusercontent.com/u/2421068?v=4)](https://github.com/jxlwqq "jxlwqq (15 commits)")[![hoksilato](https://avatars.githubusercontent.com/u/2535342?v=4)](https://github.com/hoksilato "hoksilato (4 commits)")[![larautil](https://avatars.githubusercontent.com/u/149219439?v=4)](https://github.com/larautil "larautil (2 commits)")

---

Tags

extensionlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel-admin-ext/wang-editor

wangEditor extension for laravel-admin

6283.4k](/packages/laravel-admin-ext-wang-editor)[jadekun/sku

382.2k](/packages/jadekun-sku)[jonexyz/wang-editor-v4

laravel admin editor

161.4k](/packages/jonexyz-wang-editor-v4)[namet/laravel-admin-tagsinput

tagsinput for laravel-admin Form

102.7k](/packages/namet-laravel-admin-tagsinput)

PHPackages © 2026

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