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.2k2[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 3w 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

34

—

LowBetter than 75% of packages

Maintenance22

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity66

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

1981d ago

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

1.0.8PHP ^7.4|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10605697?v=4)[Axel Charpentier](/maintainers/axeldotdev)[@axeldotdev](https://github.com/axeldotdev)

![](https://avatars.githubusercontent.com/u/157569?v=4)[Erwan Guillon](/maintainers/erwanguillon)[@ErwanGuillon](https://github.com/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.

761.7M6](/packages/timothyasp-nova-color-field)[inspheric/nova-defaultable

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

51177.6k1](/packages/inspheric-nova-defaultable)[optimistdigital/nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.

52142.9k](/packages/optimistdigital-nova-notes-field)[outl1ne/nova-color-field

A Laravel Nova Color Picker field.

26259.6k](/packages/outl1ne-nova-color-field)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1197.8k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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