PHPackages                             metamodels/attribute\_translatedtablemulti - 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. [Database &amp; ORM](/categories/database)
4. /
5. metamodels/attribute\_translatedtablemulti

ActiveContao-bundle[Database &amp; ORM](/categories/database)

metamodels/attribute\_translatedtablemulti
==========================================

MetaModels attribute for dynamic translated multi attribute table

2.3.0(1y ago)02.2k↓46.7%[1 issues](https://github.com/MetaModels/attribute_translatedtablemulti/issues)1LGPL-3.0-or-laterPHPPHP ^8.1CI failing

Since Aug 23Pushed 1y ago8 watchersCompare

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

READMEChangelogDependencies (8)Versions (6)Used By (1)

[![Build Status](https://github.com/MetaModels/attribute_translatedtablemulti/actions/workflows/diagnostics.yml/badge.svg)](https://github.com/MetaModels/attribute_translatedtablemulti/actions)[![Latest Version tagged](https://camo.githubusercontent.com/11832b1d2567539c7e69c2eb8b018dd0b826a7f57389f3029153d9f0db98e927/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f7461672f4d6574614d6f64656c732f6174747269627574655f7472616e736c617465647461626c656d756c74692e737667)](https://github.com/MetaModels/attribute_translatedtablemulti/tags)[![Latest Version on Packagist](https://camo.githubusercontent.com/4ca085f3454ddeb55f06c6e1889408542868c2f385e3e2f90a85b9c59344ab3e/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f4d6574614d6f64656c732f6174747269627574655f7472616e736c617465647461626c656d756c74692e737667)](https://packagist.org/packages/MetaModels/attribute_translatedtablemulti)[![Installations via composer per month](https://camo.githubusercontent.com/693dc4d1e3fdfe8c1bef8505346588be889abd4bcf1d10ec56c92b62202beb77/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f4d6574614d6f64656c732f6174747269627574655f7472616e736c617465647461626c656d756c74692e737667)](https://packagist.org/packages/MetaModels/attribute_translatedtablemulti)

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

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

The translated multi attribute table 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

42

—

FairBetter than 88% of packages

Maintenance42

Moderate activity, may be stable

Popularity18

Limited adoption so far

Community22

Small or concentrated contributor base

Maturity75

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

Total

5

Last Release

463d ago

PHP version history (4 changes)2.1.0PHP &gt;=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 (44 commits)")[![discordier](https://avatars.githubusercontent.com/u/940331?v=4)](https://github.com/discordier "discordier (40 commits)")[![stefanheimes](https://avatars.githubusercontent.com/u/988286?v=4)](https://github.com/stefanheimes "stefanheimes (36 commits)")[![baumannsven](https://avatars.githubusercontent.com/u/2493263?v=4)](https://github.com/baumannsven "baumannsven (14 commits)")[![adziemba](https://avatars.githubusercontent.com/u/18715827?v=4)](https://github.com/adziemba "adziemba (10 commits)")[![MiniModel](https://avatars.githubusercontent.com/u/4333204?v=4)](https://github.com/MiniModel "MiniModel (9 commits)")[![bytehead](https://avatars.githubusercontent.com/u/754921?v=4)](https://github.com/bytehead "bytehead (6 commits)")[![andreasisaak](https://avatars.githubusercontent.com/u/156767?v=4)](https://github.com/andreasisaak "andreasisaak (3 commits)")[![e-spin](https://avatars.githubusercontent.com/u/6942009?v=4)](https://github.com/e-spin "e-spin (2 commits)")[![Zeromax](https://avatars.githubusercontent.com/u/1867177?v=4)](https://github.com/Zeromax "Zeromax (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)")

---

Tags

phptranslatablecontaomultimetamodelsattributemulticolumnwizardtablemulti

### Embed Badge

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

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

###  Alternatives

[metamodels/core

MetaModels core

10156.4k67](/packages/metamodels-core)

PHPackages © 2026

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