---
title: "Deprecation: #62329 - Deprecate DocumentTable::table()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-62329"
source: "Changelog/7.1/Deprecation-62329-DocumentTemplate-table.rst"
modified: "2026-09-14T09:47:36+00:00"
---

# Deprecation: #62329 - Deprecate DocumentTable::table()

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

## Description

`DocumentTable::table()` has been marked as deprecated.

## Impact

Calling `table()` of the `DocumentTable` class will trigger a deprecation log message.

## Affected installations

Instances which use `DocumentTable::table()` for rendering tables.

## Migration

Use fluid for rendering instead.
