---
title: "Deprecation: #77557 - Method QueryView->tableWrap()"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:deprecation-77557"
source: "Changelog/8.3/Deprecation-77557-MethodQueryView-tableWrap.rst"
typo3-version: "8.3"
typo3-major: 8
type: "deprecation"
issue: 77557
forge: "https://forge.typo3.org/issues/77557"
tags: ["PHP-API", "Backend"]
rendered: "2026-09-17T21:17:42+00:00"
---

# Deprecation: #77557 - Method QueryView->tableWrap() {#deprecation-77557-method-queryview-tablewrap}

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

## Description {#description}

Method `QueryView->tableWrap()` has been marked as deprecated.

## Impact {#impact}

Extensions using this method will trigger a deprecation log entry.

## Affected Installations {#affected-installations}

Extensions using `QueryView->tableWrap()`

## Migration {#migration}

Use `'<pre>' . $str . '</pre>'` instead.
