PHPackages                             metamodels/attribute\_tablemulti - 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. metamodels/attribute\_tablemulti

ActiveContao-bundle[Utility &amp; Helpers](/categories/utility)

metamodels/attribute\_tablemulti
================================

MetaModels attribute for dynamic table multi

2.3.0(1y ago)13.0k↓43.8%1LGPL-3.0-or-laterPHPPHP ^8.1CI passing

Since Sep 19Pushed 1y ago8 watchersCompare

[ Source](https://github.com/MetaModels/attribute_tablemulti)[ Packagist](https://packagist.org/packages/metamodels/attribute_tablemulti)[ Docs](https://now.metamodel.me/)[ RSS](/packages/metamodels-attribute-tablemulti/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (9)Versions (19)Used By (1)

[![Build Status](https://github.com/MetaModels/attribute_tablemulti/actions/workflows/diagnostics.yml/badge.svg)](https://github.com/MetaModels/attribute_tablemulti/actions)[![Latest Version tagged](https://camo.githubusercontent.com/e0c4eea112c441eedd39620937ad43aaaa4625adf54cf541613a13eecbfecdb4/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f4d6574614d6f64656c732f6174747269627574655f7461626c656d756c74692e737667)](https://github.com/MetaModels/attribute_tablemulti/tags)[![Latest Version on Packagist](https://camo.githubusercontent.com/6283b7e30d29631719d33cf70254fb7cfa663a09d3fc8158b910599f189e8a29/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4d6574614d6f64656c732f6174747269627574655f7461626c656d756c74692e737667)](https://packagist.org/packages/MetaModels/attribute_tablemulti)[![Installations via composer per month](https://camo.githubusercontent.com/f90768926a163f9774d33833f2136aa3f7de439d31b08f1ba94950752039faa2/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f4d6574614d6f64656c732f6174747269627574655f7461626c656d756c74692e737667)](https://packagist.org/packages/MetaModels/attribute_tablemulti)

The table multi attribute
=========================

[](#the-table-multi-attribute)

The table multi attribute for MetaModels.

With this attribute you are able to create complex table structures with the [MultiColumnWizard](https://github.com/menatwork/contao-multicolumnwizard-bundle).

Original idea by Byteworks:
---------------------------

[](#original-idea-by-byteworks)

- [Ronny Binder](mailto:rb@bytworks.ch)
- [Michael Bischof](mailto:mb@byteworks.ch)

Configure the table multi attribute
-----------------------------------

[](#configure-the-table-multi-attribute)

Create the configuration in e.g. the contao/config/config.php or src/Resources/contao/config/config.php or somewhere else where the config is loaded and write something like this:

The `mm_test` is the name of the table and the `multi_test` is the name of the field.

```
$GLOBALS['TL_CONFIG']['metamodelsattribute_multi']['mm_test']['multi_test'] = [
    'minCount'     => 1,
    'maxCount'     => 5,
    'columnFields' => [
        'col_title'     => [
            'label'     => 'Title',
            'exclude'   => true,
            'inputType' => 'text',
            'eval'      => [
                'style' => 'width:130px'
            ]
        ],
        'col_highlight' => [
            'label'     => 'Hervorheben',
            'exclude'   => true,
            'inputType' => 'checkbox',
            'eval'      => [
                'style' => 'width:40px'
            ]
        ],
        'col_url'       => [
            'label'     => 'URL',
            'exclude'   => true,
            'inputType' => 'text',
            'eval'      => [
                'style'     => 'width:130px',
                'mandatory' => false,
                'rgxp'      => 'url'
            ]
        ],
    ],
];
```

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance42

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community23

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~214 days

Total

8

Last Release

469d ago

PHP version history (4 changes)2.1.0PHP ^5.6 || ^7.0

2.1.1PHP ^7.1

2.2.0PHP ^7.4

2.3.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44649522?v=4)[xtra](/maintainers/xtra)[@xtra](https://github.com/xtra)

![](https://avatars.githubusercontent.com/u/10211934?v=4)[Chibineko](/maintainers/Chibineko)[@chibineko](https://github.com/chibineko)

---

Top Contributors

[![zonky2](https://avatars.githubusercontent.com/u/1045318?v=4)](https://github.com/zonky2 "zonky2 (58 commits)")[![stefanheimes](https://avatars.githubusercontent.com/u/988286?v=4)](https://github.com/stefanheimes "stefanheimes (31 commits)")[![discordier](https://avatars.githubusercontent.com/u/940331?v=4)](https://github.com/discordier "discordier (28 commits)")[![baumannsven](https://avatars.githubusercontent.com/u/2493263?v=4)](https://github.com/baumannsven "baumannsven (14 commits)")[![dmolineus](https://avatars.githubusercontent.com/u/1186266?v=4)](https://github.com/dmolineus "dmolineus (13 commits)")[![MiniModel](https://avatars.githubusercontent.com/u/4333204?v=4)](https://github.com/MiniModel "MiniModel (12 commits)")[![e-spin](https://avatars.githubusercontent.com/u/6942009?v=4)](https://github.com/e-spin "e-spin (5 commits)")[![adziemba](https://avatars.githubusercontent.com/u/18715827?v=4)](https://github.com/adziemba "adziemba (5 commits)")[![bytehead](https://avatars.githubusercontent.com/u/754921?v=4)](https://github.com/bytehead "bytehead (3 commits)")[![cboelter](https://avatars.githubusercontent.com/u/550207?v=4)](https://github.com/cboelter "cboelter (2 commits)")[![andreasisaak](https://avatars.githubusercontent.com/u/156767?v=4)](https://github.com/andreasisaak "andreasisaak (2 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (1 commits)")[![davidmaack](https://avatars.githubusercontent.com/u/988290?v=4)](https://github.com/davidmaack "davidmaack (1 commits)")[![richardhj](https://avatars.githubusercontent.com/u/1284725?v=4)](https://github.com/richardhj "richardhj (1 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (1 commits)")

---

Tags

attributecontaometamodelmetamodelsphpcontaometamodelsattributenontranslatablemulticolumnwizardtablemulti

### Embed Badge

![Health badge](/badges/metamodels-attribute-tablemulti/health.svg)

```
[![Health](https://phpackages.com/badges/metamodels-attribute-tablemulti/health.svg)](https://phpackages.com/packages/metamodels-attribute-tablemulti)
```

###  Alternatives

[metamodels/core

MetaModels core

10156.4k68](/packages/metamodels-core)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[contao-community-alliance/dc-general

Universal data container for Contao

1680.8k92](/packages/contao-community-alliance-dc-general)[codefog/contao-news_categories

News Categories bundle for Contao Open Source CMS

3189.0k6](/packages/codefog-contao-news-categories)[terminal42/contao-node

Node bundle for Contao Open Source CMS

3177.0k6](/packages/terminal42-contao-node)

PHPackages © 2026

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