# Table

The **Table** widget enables you to present sensor data from devices in a table view, along with the device name and 'last seen' status (optional). Additionally, the table supports pagination.

In the **Widget options** modal, configure the following settings:

In the **Name** text box, enter a **name** as the **label** for your widget.

In the **Device type** drop-down list, select the **device type**.

In the **Devices** text box, select the **devices** that you want to add to the table. You can select multiple devices that belong to the selected device type.

From the **Data fields** drop-down list, choose the **data field** you wish to display in the table. You can select additional data fields by clicking the **+** button.

Turn on the **Show last seen** button to add the '**Last seen**' column to the table.

To add a **color** to the **background** of the widget, click on the **Background color** box and choose a color from the **color picker**.

Click on the **Save** button.

<figure><img src="/files/rmV3lxK1xIuN5Iz0z9Ml" alt="" width="491"><figcaption></figcaption></figure>

The resulting **Table** widget looks something like this:

<figure><img src="/files/jem43GZoeqxvGIwY35wJ" alt=""><figcaption></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.widgelix.com/get-started/widgets/table.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.
