PHPackages                             icetalker/filament-table-repeatable-entry - 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. icetalker/filament-table-repeatable-entry

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

icetalker/filament-table-repeatable-entry
=========================================

Display Filament RepeatableEntry as table

v2.0.0(11mo ago)1377.8k↓59.6%8[3 issues](https://github.com/icetalker/filament-table-repeatable-entry/issues)[2 PRs](https://github.com/icetalker/filament-table-repeatable-entry/pulls)1MITPHPPHP ^8.2

Since Oct 20Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/icetalker/filament-table-repeatable-entry)[ Packagist](https://packagist.org/packages/icetalker/filament-table-repeatable-entry)[ Docs](https://github.com/icetalker/filament-table-repeatable-entry)[ RSS](/packages/icetalker-filament-table-repeatable-entry/feed)WikiDiscussions v2.x Synced 2d ago

READMEChangelog (6)Dependencies (9)Versions (8)Used By (1)

Display Filament RepeatableEntry as table
=========================================

[](#display-filament-repeatableentry-as-table)

[![Latest Version on Packagist](https://camo.githubusercontent.com/222e30eb477da4039b8f6b39d1325fc1b3701461bc8c010ca592565ad32d48f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69636574616c6b65722f66696c616d656e742d7461626c652d72657065617461626c652d656e7472792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/icetalker/filament-table-repeatable-entry)[![GitHub Tests Action Status](https://camo.githubusercontent.com/7dc2f8a0b04c350212f79a108280ce64571394f36926ec467f1fe93d4b704be9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f69636574616c6b65722f66696c616d656e742d7461626c652d72657065617461626c652d656e7472792f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/icetalker/filament-table-repeatable-entry/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/05105f0c6323a8d7ef722bc7d6be55fe2c41b17e9352aea8150c0eafa4a3de0c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f69636574616c6b65722f66696c616d656e742d7461626c652d72657065617461626c652d656e7472792f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/icetalker/filament-table-repeatable-entry/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8fa3ea6ae9492af796539bb01fa11c32ec5ee39daa536d9e628cf548c39411c0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69636574616c6b65722f66696c616d656e742d7461626c652d72657065617461626c652d656e7472792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/icetalker/filament-table-repeatable-entry)

This is a Filament Infolists Component, use for display RepetableEntry as a table. In case you are using TableRepeater instead of RelationManager.

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

[](#installation)

You can install the package via composer:

```
composer require icetalker/filament-table-repeatable-entry
```

Usage
-----

[](#usage)

```
namespace Icetalker\FilamentTableRepeater\Infolists\Components;

TableRepeatableEntry::make('items')
    ->schema([
        Infolists\Components\TextEntry::make('product'),
        Infolists\Components\TextEntry::make('quantity'),
        Infolists\Components\TextEntry::make('price'),
    ])
    ->columnSpan(2),
```

### Striped Row

[](#striped-row)

To enable striped table rows, you can use the `striped()` method:

```
namespace Icetalker\FilamentTableRepeater\Forms\Components;

TableRepeatableEntry::make('items')
    ->schema([
        Infolists\Components\TextEntry::make('product'),
        Infolists\Components\TextEntry::make('quantity'),
        Infolists\Components\TextEntry::make('price'),
    ])
    ->striped()
    ->columnSpan(2),
```

### Show Index

[](#show-index)

To show table row index, please use `showIncdex()`:

```
namespace Icetalker\FilamentTableRepeater\Forms\Components;

TableRepeatableEntry::make('items')
    ->schema([
        Infolists\Components\TextEntry::make('product'),
        Infolists\Components\TextEntry::make('quantity'),
        Infolists\Components\TextEntry::make('price'),
    ])
    ->striped()
    ->columnSpan(2),
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Martin Hwang](https://github.com/icetalker)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance47

Moderate activity, may be stable

Popularity41

Moderate usage in the ecosystem

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Recently: every ~84 days

Total

8

Last Release

337d ago

Major Versions

v1.x-dev → v2.0.02025-07-31

PHP version history (2 changes)v1.0.0PHP ^8.1

v2.0.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/106749492?v=4)[Martin Hwang](/maintainers/icetalker)[@icetalker](https://github.com/icetalker)

---

Top Contributors

[![tubring](https://avatars.githubusercontent.com/u/46536059?v=4)](https://github.com/tubring "tubring (1 commits)")

---

Tags

laravelicetalkerfilament-table-repeatable-entry

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/icetalker-filament-table-repeatable-entry/health.svg)

```
[![Health](https://phpackages.com/badges/icetalker-filament-table-repeatable-entry/health.svg)](https://phpackages.com/packages/icetalker-filament-table-repeatable-entry)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[codebar-ag/laravel-filament-json-field

A Laravel Filament JSON Field integration with CodeMirror support

1126.6k](/packages/codebar-ag-laravel-filament-json-field)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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