PHPackages                             heimrichhannot/contao-multi\_column\_editor - 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. heimrichhannot/contao-multi\_column\_editor

Abandoned → [heimrichhannot/contao-multi-column-editor-bundle](/?search=heimrichhannot%2Fcontao-multi-column-editor-bundle)Contao-module[Utility &amp; Helpers](/categories/utility)

heimrichhannot/contao-multi\_column\_editor
===========================================

This module offers an input type for editing one or more records in frontend and backend.

1.4.6(7y ago)08.8k7LGPL-3.0-or-laterPHPPHP ~5.4 || ~7.0

Since Dec 12Pushed 7y ago4 watchersCompare

[ Source](https://github.com/heimrichhannot/contao-multi_column_editor)[ Packagist](https://packagist.org/packages/heimrichhannot/contao-multi_column_editor)[ Docs](https://github.com/heimrichhannot/contao-multi_column_editor)[ RSS](/packages/heimrichhannot-contao-multi-column-editor/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (4)Versions (41)Used By (7)

Multi Column Editor
===================

[](#multi-column-editor)

This module offers an input type for editing one or more records in backend and frontend.

The module is similar to [menatwork/MultiColumnWizard](https://github.com/menatwork/MultiColumnWizard) but works in frontend as well (in combination with the form generator module [heimrichhannot/contao-formhybrid](https://github.com/heimrichhannot/contao-formhybrid).

[![alt text](./docs/screenshot.png "Demo in the backend")](./docs/screenshot.png)

Features
--------

[](#features)

### Technical instructions

[](#technical-instructions)

Use the inputType "multiColumnEditor" for your field.

```
'someField' => array(
    'label'     => &$GLOBALS['TL_LANG']['tl_my_table']['someField'],
    'inputType' => 'multiColumnEditor',
    'eval'      => array(
        'multiColumnEditor' => array(
            // set to true if the rows should be sortable (backend only atm)
            'sortable' => false,
            'class' => 'some-class',
            // set to 0 if it should also be possible to have *no* row (default: 1)
            'minRowCount' => 2,
            // set to 0 if an infinite number of rows should be possible (default: 0)
            'maxRowCount' => 5,
            // defaults to false
            'skipCopyValuesOnAdd' => false,
            'fields' => array(
                // place your fields here as you would normally in your DCA
                // (sql is not required)
                'field1' => [
                	'label' => 'field 1'
                	'inputType' => 'text',
                	'eval' => ['groupStyle' => 'width:150px']
                ]
            )
        )
    ),
    'sql'       => "blob NULL"
),

```

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity70

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

Recently: every ~44 days

Total

40

Last Release

2799d ago

PHP version history (2 changes)1.0.0PHP ~5.6 || ^7.0

1.1.10PHP ~5.4 || ~7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/28ad3224d8727b622ebd229840eea6b9dbcb83eb0bd609e6ce65b614830ff538?d=identicon)[digitales@heimrich-hannot.de](/maintainers/digitales@heimrich-hannot.de)

---

Top Contributors

[![fatcrobat](https://avatars.githubusercontent.com/u/480054?v=4)](https://github.com/fatcrobat "fatcrobat (2 commits)")[![nafetagrats](https://avatars.githubusercontent.com/u/5796948?v=4)](https://github.com/nafetagrats "nafetagrats (2 commits)")[![koertho](https://avatars.githubusercontent.com/u/12064642?v=4)](https://github.com/koertho "koertho (1 commits)")

---

Tags

contaoeditormultiwizardcolumnedit

### Embed Badge

![Health badge](/badges/heimrichhannot-contao-multi-column-editor/health.svg)

```
[![Health](https://phpackages.com/badges/heimrichhannot-contao-multi-column-editor/health.svg)](https://phpackages.com/packages/heimrichhannot-contao-multi-column-editor)
```

###  Alternatives

[mvo/contao-group-widget

Adds a new group widget that allows repeating a set of DCA fields.

28124.3k31](/packages/mvo-contao-group-widget)

PHPackages © 2026

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