PHPackages                             soft2do/moduleview-draggable - 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. soft2do/moduleview-draggable

ActiveTypo3-cms-extension[Utility &amp; Helpers](/categories/utility)

soft2do/moduleview-draggable
============================

Make Module List Of Typo3 Draggable

2.2.0(3y ago)0178GPL-2.0+JavaScript

Since Oct 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ziedmaaloul/typo3-moduleview-draggable)[ Packagist](https://packagist.org/packages/soft2do/moduleview-draggable)[ Docs](https://github.com/ziedmaaloul/typo3-moduleview-draggable)[ RSS](/packages/soft2do-moduleview-draggable/feed)WikiDiscussions main Synced today

READMEChangelog (2)DependenciesVersions (5)Used By (0)

How To Use
==========

[](#how-to-use)

1 - Install Extension

```
composer require soft2do/moduleview-draggable:^1.0
```

2 - Add "sorting" column to databse

```
CREATE TABLE tx_project_domain_model_name (
	sorting int(11) NOT NULL DEFAULT 0
);
```

3 - Update TCA

```
$GLOBALS['TCA']['tx_project_domain_model_name']['ctrl']['default_sortby'] ='sorting';
$GLOBALS['TCA']['tx_project_domain_model_name']['ctrl']['sortby'] ='sorting';
$GLOBALS['TCA']['tx_project_domain_model_name']['ctrl']['draggable'] =true;
```

3 - Update Repository (To enable Sorting on frontend)

```
protected $defaultOrderings = [
        'sorting' => \TYPO3\CMS\Extbase\Persistence\QueryInterface::ORDER_ASCENDING,
];
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

3

Last Release

1339d ago

Major Versions

1.0.0 → 2.0.02022-11-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/e5153ec1cddf38d7a11cf3f9782df7ac3be1affb57c367be56b9bbd121123a52?d=identicon)[ziedmaaloul](/maintainers/ziedmaaloul)

---

Top Contributors

[![ziedmaaloul](https://avatars.githubusercontent.com/u/16672404?v=4)](https://github.com/ziedmaaloul "ziedmaaloul (5 commits)")

---

Tags

TYPO3 CMSList Module Draggable

### Embed Badge

![Health badge](/badges/soft2do-moduleview-draggable/health.svg)

```
[![Health](https://phpackages.com/badges/soft2do-moduleview-draggable/health.svg)](https://phpackages.com/packages/soft2do-moduleview-draggable)
```

###  Alternatives

[ichhabrecht/content-defender

Define allowed or denied content element types in your backend layouts

953.2M25](/packages/ichhabrecht-content-defender)[yoast-seo-for-typo3/yoast_seo

Yoast SEO for TYPO3

511.7M9](/packages/yoast-seo-for-typo3-yoast-seo)[derhansen/sf_event_mgt

Event management and registration - Configurable event management and registration extension based on ExtBase and Fluid

66338.4k10](/packages/derhansen-sf-event-mgt)[lochmueller/calendarize

Create a structure for timely controlled tables (e.g. events) and one plugin for the different output of calendar views (list, detail, month, year, day, week...). The extension is shipped with one default event table, but you can also 'calendarize' your own table/model. It is completely independent and configurable! Use your own models as event items in this calender. Development on https://github.com/lochmueller/calendarize

76166.2k14](/packages/lochmueller-calendarize)[brotkrueml/schema

Embedding schema.org vocabulary - API and view helpers for schema.org markup

34653.7k16](/packages/brotkrueml-schema)[gridelementsteam/gridelements

Be part of the future of TYPO3! Support Gridelements now and unlock exclusive early access to Version 13! The well-established Gridelements Version 12 elevates TYPO3 by bringing grid-based layouts to content elements, with powerful features like advanced drag &amp; drop and real references. Supercharge your backend workflow and make daily tasks easier. Join us in creating the next exciting version: https://coders.care/for/crowdfunding/gridelements

162.4M27](/packages/gridelementsteam-gridelements)

PHPackages © 2026

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