# Responsive Tabellen

> ab Theme Version 2.4.3

Mach eine Tabelle in allen Viewports responsiv, indem Du eine `.table` mit `.table-responsive` umschließt. Oder wählen mit `.table-responsive{-sm|-md|-lg|-xl}` einen maximalen Breakpoint aus, bis zu dem eine reaktionsfähige Tabelle erreicht werden soll.

```
<div class="table-responsive">
  <table class="table">
    ...
  </table>
</div>
```

Weitere Informationen findest Du in der offiziellen Doku des Bootstrap-Frameworks:

{% embed url="<https://getbootstrap.com/docs/4.6/content/tables#responsive-tables>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://themedocs.zenit.design/content/responsive-tabellen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
