---
title: "Tablemaker 2.1.1: A safer module that works in Joomla 6 - Gileba"
description: "Geen zorgen meer over je Joomla! site, want Gileba zorgt dat jouw website perfect draait door backups en updates uit jouw handen te nemen."
url: "https://gileba.be/en/blog-uk/releases/tablemaker-211"
date: "2026-08-17T05:13:34+00:00"
language: "en-GB"
---

#  Tablemaker 2.1.1: A safer module that works in Joomla 6

    Details     10 February 2026  A new version of Tablemaker has been released for Joomla!™. Version 2.1.1 is verified compatible with Joomla 6 and contains several other compatibility improvements en security fixes.

 ![](https://gileba.be/images/software/tablemaker.png)v2.1.1

Gileba has released a new version of Tablemaker, the Joomla! module that allows users to add the content of a CSV- or TSV-file easily to a Joomla powered website.

Compatibility and extra security are the main focuses in this release, but we squashed some bugs as well.

## What's new?

### Version 2.1.1

- Support for the media handler in Joomla 5.3
- Pagination logic (correct number of rows from page 2 and onwards)
- Added a wrapper around the content to fix pagination layout problems in chromes that don't create a parent div themself
- Pagination adheres again to the settings in the module
- Table maintains width when filtered
- Replaced inline handlers with event listeners for CSP (Content Security Policy) compliance
- Solved incompatibility with Bootstrap v2
- The csv-file was opened twice (memory issue)
- Fixed table sorting to properly handle decimal numbers, negative numbers, and empty values
- Fixed inconsistent array length handling to ensure proper table alignment with malformed CSV data
- Added bottom margin to lookup input field for better spacing
- Various security enhancements
- Full CSP compliance - no inline scripts or styles that violate Content Security Policy
- Tested with Joomla 6 and PHP 8.5

![](https://gileba.be/images/version-history.png)

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://gileba.be/en"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Blog",
            "item": "https://gileba.be/en/blog-uk"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Releases",
            "item": "https://gileba.be/en/blog-uk/releases"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Tablemaker 2.1.1: A safer module that works in Joomla 6",
            "item": "https://gileba.be/en/blog-uk/releases/tablemaker-211"
        }
    ]
}
```
