> For the complete documentation index, see [llms.txt](https://docs.avonnicomponents.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avonnicomponents.com/experience-cloud/experience-cloud-de/anleitungen/components/data-table/configuring-the-data-table-to-display-current-related-record-information.md).

# Konfigurieren der Data Table, um aktuelle Informationen zu zugehörigen Datensätzen anzuzeigen

## Übersicht

Dieses Tutorial zeigt Ihnen, wie Sie das einrichten [Avonni Data Table](/experience-cloud/experience-cloud-de/experience-components/ax-data-table.md) und wie Sie die Informationen des aktuellen Datensatzes anzeigen. Zum Beispiel zeigen wir die Anzeige von Kontakten, die mit dem vorhandenen Konto verknüpft sind.

<figure><img src="/files/7bf0c4f2f25133c18d11062a82bc5f2eb9e65483" alt=""><figcaption><p>Endergebnis</p></figcaption></figure>

## Interaktiver Schritt-für-Schritt-Konfigurationsleitfaden

{% hint style="warning" %}
Ein interaktiver Leitfaden folgt in Kürze.
{% endhint %}

<figure><img src="/files/2f8a3c3e2356840497b58d9af94be0b4339f1d29" alt=""><figcaption><p>Einrichtungsbeispiel auf einer LWR-Website</p></figcaption></figure>

Filterausdrücke, die verwendet werden, um aktuelle Informationen zum verknüpften Datensatz im Avonni Data Table anzuzeigen:

* **Aura-Website:** Verwenden Sie dieses Format: **Konto-ID GLEICH** `{!recordId}`
* **LWR-Website:** Verwenden Sie dieses Format: **Konto-ID GLEICH** `{!Item.Id}`

Hier erfahren Sie mehr über Expression:

{% content-ref url="/pages/42d7edb466baa7b5d9ab42f9f4df1e677ee89178" %}
[Ausdrücke für Aura-Sites](/experience-cloud/experience-cloud-de/anleitungen/general/expressions-for-aura-sites.md)
{% endcontent-ref %}

{% content-ref url="/pages/32bd8ebf9189720b831f7ef46ec20c4198ac3d9b" %}
[Ausdrücke für LWR-Sites](/experience-cloud/experience-cloud-de/anleitungen/general/expressions-for-lwr-sites.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.avonnicomponents.com/experience-cloud/experience-cloud-de/anleitungen/components/data-table/configuring-the-data-table-to-display-current-related-record-information.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
