# Tables trellis layout

Analytics+ provides different layouts for small multiple tables:

* **Grid**: The data is displayed in a row-by-column grid with panels of equal size with uniform scaling.
* **Scaled table:** The size of each panel is determined by the number of rows and columns in the table.
* **Single row:** All the small multiple tables will be accommodated side-by-side in a single row.
* **Single column:** All the small multiple tables will be rendered one below the other in a single column.

{% hint style="info" %}
Interactive resizing is available in the grid layout. You can drag the sides to resize the panels.
{% endhint %}

<figure><img src="/files/XhaxoeYwqtD2eKU7EBAF" alt=""><figcaption><p>Trellis layout for tables</p></figcaption></figure>


---

# 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://docs.inforiver.com/analytics+/working-with-analytics+/6.-trellis-customizations/tables-trellis-layout.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.
