PHPackages                             ayctor/table-field - 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. ayctor/table-field

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

ayctor/table-field
==================

A Laravel Nova field.

1.0.9(5y ago)37.1k↓100%2[1 issues](https://github.com/Ayctor/table-field/issues)[2 PRs](https://github.com/Ayctor/table-field/pulls)MITVuePHP ^7.4|^8.0

Since May 4Pushed 1y ago5 watchersCompare

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

READMEChangelogDependenciesVersions (9)Used By (0)

TableField
==========

[](#tablefield)

A Laravel Nova field.

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

[](#installation)

```
composer require ayctor/table-field

```

Usage
-----

[](#usage)

The field return a JSON value.

```
use Ayctor\TableField\Table;

return [
    Table::make('Table', 'table')
        ->stacked()
        ->rows(4)
        ->columns(4)
        ->headers([
            'Lorem ipsum',
            'Lorem ipsum',
            'Lorem ipsum',
        ])
        ->addRowButtonLabel('Add')
        ->addColumnButtonLabel('Add')
        ->removeRowButtonLabel('Remove')
        ->removeColumnButtonLabel('Remove'),
    ];
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Ayctor](https://github.com/ayctor)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance24

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity65

Established project with proven stability

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 ~43 days

Recently: every ~57 days

Total

7

Last Release

1936d ago

PHP version history (2 changes)1.0.1PHP &gt;=7.4.0

1.0.8PHP ^7.4|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/26ac06d64cd8e1e4c188e21478665f2a5f4c28a42c750104d03097af14c6fd39?d=identicon)[axeldotdev](/maintainers/axeldotdev)

![](https://www.gravatar.com/avatar/57b6300ff37f7efe9da2e61474dab87a7fc357f5440691dfce61bc7fc92da2c6?d=identicon)[erwanguillon](/maintainers/erwanguillon)

---

Tags

fieldlaravelnovatablelaravelfieldtablenova

### Embed Badge

![Health badge](/badges/ayctor-table-field/health.svg)

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

###  Alternatives

[timothyasp/nova-color-field

A Laravel Nova Color Picker field.

781.6M5](/packages/timothyasp-nova-color-field)[alexwenzel/nova-dependency-container

A Laravel Nova 4 form container for grouping fields that depend on other field values.

461.0M2](/packages/alexwenzel-nova-dependency-container)[simplesquid/nova-enum-field

A Laravel Nova field to add enums to resources.

52391.9k2](/packages/simplesquid-nova-enum-field)[outhebox/nova-hidden-field

A Laravel Nova Hidden field.

33562.2k1](/packages/outhebox-nova-hidden-field)[sietse85/nova-button

(Nova 4+) A Laravel Nova package for adding buttons to your resources.

37347.3k](/packages/sietse85-nova-button)[inspheric/nova-defaultable

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

51174.8k1](/packages/inspheric-nova-defaultable)

PHPackages © 2026

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