PHPackages                             vladislavbrum/tb-vl-lara - 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. vladislavbrum/tb-vl-lara

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

vladislavbrum/tb-vl-lara
========================

Table field for Laravel Nova

1.4(3y ago)0352MITVuePHP ^8.0

Since Apr 6Pushed 3y ago1 watchersCompare

[ Source](https://github.com/vladislavbrum/tb-vl-lara)[ Packagist](https://packagist.org/packages/vladislavbrum/tb-vl-lara)[ RSS](/packages/vladislavbrum-tb-vl-lara/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (6)Used By (0)

Nova Table Field
================

[](#nova-table-field)

[![Latest Version on Packagist](https://camo.githubusercontent.com/43134f97aa6b75040eaf42c2781e7c90336c6ff1ca7cb6b3361746861e5e9029/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6f7074696d6973746469676974616c2f6e6f76612d7461626c652d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/optimistdigital/nova-table-field)[![Total Downloads](https://camo.githubusercontent.com/2bc2bbb859797151e59662be8f40375ce98702d80e054c9404bd2811dd40ddc2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6f7074696d6973746469676974616c2f6e6f76612d7461626c652d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/optimistdigital/nova-table-field)

Simple [Laravel Nova](https://nova.laravel.com) Table field.

### Form View

[](#form-view)

[![Form View GIF](docs/form.gif)](docs/form.gif)

Installation
------------

[](#installation)

Install the package in a Laravel Nova project via Composer:

```
composer require optimistdigital/nova-table-field
```

Usage
-----

[](#usage)

The `Table` field provides a convenient interface to edit rows and columns stored inside `JSON` equivalent column.

```
use OptimistDigital\NovaTableField\Table;

public function fields(Request $request)
{
    return [
        Table::make('Countries')

        // Optional:
        ->disableAdding() // Disable adding new rows and columns
        ->disableDeleting() // Disable deleting rows and columns
        ->minRows(1) // The minimum number of rows in the table
        ->maxRows(10) // The maximum number of rows in the table
        ->minColumns(1) // The minimum number of columns in the table
        ->maxColumns(10) // The maximum number of columns in the table
    ];
}
```

Note that you also have to cast the `JSON` data to `array` in your model

```
protected $casts = ['countries' => 'array'];

```

Localization
------------

[](#localization)

The translations file can be published by using the following publish command:

```
php artisan vendor:publish --provider="OptimistDigital\NovaTableField\FieldServiceProvider" --tag="translations"
```

You can then edit the strings to your liking.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

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

5

Last Release

1132d ago

### Community

Maintainers

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

---

Top Contributors

[![vladislavbrum](https://avatars.githubusercontent.com/u/109315773?v=4)](https://github.com/vladislavbrum "vladislavbrum (4 commits)")[![Nks](https://avatars.githubusercontent.com/u/349293?v=4)](https://github.com/Nks "Nks (2 commits)")[![Nembie](https://avatars.githubusercontent.com/u/47114030?v=4)](https://github.com/Nembie "Nembie (1 commits)")

---

Tags

laraveltablesnovaoptimistdigital

### Embed Badge

![Health badge](/badges/vladislavbrum-tb-vl-lara/health.svg)

```
[![Health](https://phpackages.com/badges/vladislavbrum-tb-vl-lara/health.svg)](https://phpackages.com/packages/vladislavbrum-tb-vl-lara)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[eminiarts/nova-tabs

Laravel Nova - Tabs.

4624.1M20](/packages/eminiarts-nova-tabs)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)[digital-creative/icon-action-toolbar

Allows you to update a single column of a resource all at once.

2626.0k](/packages/digital-creative-icon-action-toolbar)

PHPackages © 2026

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