> For the complete documentation index, see [llms.txt](https://docs.all-in-one-channel-manager.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.all-in-one-channel-manager.com/hauptfunktionen-bedienkonzept/tabellen.md).

# Tabellen

#### Klickbare Zeilen <a href="#alvuy" id="alvuy"></a>

Wenn die Maus über eine Tabellenzeile bewegt wird, sich dabei der Hintergrund verfärbt und sich der Maus-Cursor auf einen Zeigefinger ändert, dann ist die gesamte Zeile klickbar (z.B. um den ausgewählten Datensatz zu öffnen)

![Document image](https://archbee-image-uploads.s3.amazonaws.com/DSrqrXX2Q_LF7hXTs8l01/UuJhmLXuWIeywnGBNPsh-_klickbarezeilen.png)

#### Zeilen mit mehreren Aktionen <a href="#t6zsq" id="t6zsq"></a>

Falls bei einer Tabellenzeile mehrere Aktionen möglich sind, so verfügt diese über keinen Hover-Effekt (d.h. der Hintergrund verfärbt sich nicht und auch der Maus-Cursor ändert sich nicht). Stattdessen werden am rechten Rand die entsprechenden Knöpfe mit Symbolen dargestellt.

![Document image](https://archbee-image-uploads.s3.amazonaws.com/DSrqrXX2Q_LF7hXTs8l01/re8TZqo5TblQX8AIf5QeP_zeilenmehrereaktionen.png)

#### Verschiebbare Zeilen ("Drag and Drop") <a href="#pxazi" id="pxazi"></a>

In dem man auf den Drag-Handle () klickt, die Maustaste gedrückt hält und diesen nun zieht kann man Datensätze von einer Tabelle in einer andere verschieben (z.B. eine Leistung von einem Rechnungsentwurf auf einen anderen).

![Document image](https://archbee-image-uploads.s3.amazonaws.com/DSrqrXX2Q_LF7hXTs8l01/Wj7CRGy4SFwR6zi-qNDhb_verschiebbarezeilen.png)


---

# 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.all-in-one-channel-manager.com/hauptfunktionen-bedienkonzept/tabellen.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.
