---
title: "Feature: #27471 - Allow asterisk for hideTables"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:feature-27471"
source: "Changelog/8.1/Feature-27471-AllowAsteriskForHideTables.rst"
typo3-version: "8.1"
typo3-major: 8
type: "feature"
issue: 27471
forge: "https://forge.typo3.org/issues/27471"
tags: ["TSConfig", "Backend"]
rendered: "2026-09-19T12:12:50+00:00"
---

# Feature: #27471 - Allow asterisk for hideTables {#feature-27471}

See [forge#27471](https://forge.typo3.org/issues/27471)

## Description {#description}

It is now possible to hide all tables from list view via PageTS-Config.

You want to show only a specific table, you can hide all tables and unhide only the specific one.

```typoscript
mod.web_list {
   hideTables = *
   table.tx_cal_event.hideTable = 0
}
```
