PHPackages                             digital-creative/nova-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. digital-creative/nova-data-table

ActiveLibrary

digital-creative/nova-data-table
================================

A Laravel Nova card.

v0.1.1(6y ago)115.4k↓46%[2 issues](https://github.com/dcasia/nova-data-table/issues)1MITPHPPHP &gt;=7.1.0

Since Dec 10Pushed 6y ago2 watchersCompare

[ Source](https://github.com/dcasia/nova-data-table)[ Packagist](https://packagist.org/packages/digital-creative/nova-data-table)[ RSS](/packages/digital-creative-nova-data-table/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (1)

Nova Data Table
===============

[](#nova-data-table)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2d4f86c9c34df54d28121bba4af846574cab32aff90ef5e4a856dd399eb63782/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6469676974616c2d63726561746976652f6e6f76612d646174612d7461626c65)](https://packagist.org/packages/digital-creative/nova-data-table)[![Total Downloads](https://camo.githubusercontent.com/a3a0be885e3475f0f15b4e74b105de486f54a671ccdbf433a75912347a4b8660/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6469676974616c2d63726561746976652f6e6f76612d646174612d7461626c65)](https://packagist.org/packages/digital-creative/nova-data-table)[![License](https://camo.githubusercontent.com/749c9f8cfe18aa85e2cba54cee649c9a23c9def0f820b678ccda728ceb203d2b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6469676974616c2d63726561746976652f6e6f76612d646174612d7461626c65)](https://github.com/dcasia/nova-data-table/blob/master/LICENSE)

A Laravel Nova Data Table Component

Regular data table [![NovaDataTable in Action](https://raw.githubusercontent.com/dcasia/nova-data-table/master/screenshot1.png)](https://raw.githubusercontent.com/dcasia/nova-data-table/master/screenshot1.png)

Data table with row labels [![NovaDataTable in Action](https://raw.githubusercontent.com/dcasia/nova-data-table/master/screenshot2.png)](https://raw.githubusercontent.com/dcasia/nova-data-table/master/screenshot2.png)

Installation
============

[](#installation)

You can install the package via composer:

```
composer require digital-creative/nova-data-table

```

Basic Usage
-----------

[](#basic-usage)

```
class ExampleNovaResource extends Resource
{

    public function cards(Request $request)
        {
            return [
                (new NovaDataTable())
                    ->columns(
                        [
                          new Columns('Name', 'name'),
                          new Columns('Age', 'age'),
                          new Columns('Address', 'address'),
                        ]
                    )->data([
                        [
                            'name' => 'Richard Needham',
                            'address' => '9293 South Peachtree Drive Rahway, NJ 07065',
                            'age' => 18
                        ],
                        [
                            'name' => 'Cari Mckenzie',
                            'address' => '8478 Tallwood St.Far Rockaway, NY 11691',
                            'age' => 24,
                        ],
                        [
                            'name' => 'Daniella Connor',
                            'address' => '7674 Hilltop Road Mcdonough, GA 30252',
                            'age' => 33
                        ],
                        [
                            'name' => 'Lamar Mac',
                            'address' => '67 Thorne Circle New Brunswick, NJ 08901',
                            'age' => 44
                        ]
                    ])
                    ->rowLabels([
                        'Label1',
                        'Label2',
                        'Label2',
                        'Label3',
                    ])
            ];
        }

}
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://raw.githubusercontent.com/dcasia/nova-data-table/master/LICENSE) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

2352d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e4a85b779289ce63c67af70941a545331f3e362a4b58330495cc7e77250e5401?d=identicon)[milewski](/maintainers/milewski)

---

Top Contributors

[![max-yilang](https://avatars.githubusercontent.com/u/16163450?v=4)](https://github.com/max-yilang "max-yilang (3 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/digital-creative-nova-data-table/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[coreproc/nova-notification-feed

A Laravel Nova package that adds a notification feed in your Nova app.

10149.1k](/packages/coreproc-nova-notification-feed)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[cybercog/laravel-nova-ban

A Laravel Nova banning functionality for your application.

40199.8k](/packages/cybercog-laravel-nova-ban)[insenseanalytics/nova-server-monitor

A Laravel Nova tool for Spatie's Server Monitor library.

6546.9k](/packages/insenseanalytics-nova-server-monitor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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