# Table

Table widget is very flexible and easy to use data visualization tool to create tabular data.

<figure><img src="/files/IXtUO0wDjqBeU7fmjqGJ" alt=""><figcaption><p>Table Widget</p></figcaption></figure>

It can be used for IoT device monitoring for devices and gateways with pre-configured setup.

<figure><img src="/files/CBbQPLcYH9VNlTeTVJUS" alt=""><figcaption><p>Device List Table</p></figcaption></figure>

It can also work with LoRaWAN gateways to monitor their activity.

<figure><img src="/files/imjfaVEDhKjs3jYXWeZk" alt=""><figcaption><p>Gateway Activity Table</p></figcaption></figure>

Custom table type has flexible features which lets user to design their own tables without any coding or data manipulation service.

<figure><img src="/files/ApX9sNJw1NJmzbAw4Usa" alt=""><figcaption><p>Any Row Can Be Configured From the Menu</p></figcaption></figure>

<figure><img src="/files/4gvuLgCHXlGKi9kSFmpW" alt=""><figcaption><p>Table Widget Configuration Menu</p></figcaption></figure>

Custom tables can have unlimited number of assets and their fields as a data.

In addition to standard features, custom tables have "Table Design" feature which lets user to design its own table up to 9 rows.

<figure><img src="/files/JDVWKHsORHf1n7wuCd4q" alt=""><figcaption><p>Table Design Features</p></figcaption></figure>

User can change position and data of the rows.

**Possible Data Types:**

**-Name:** Name of the asset

**-EUI:** (Extented Unique Identifier) Unique identifier number of the asset.

**-Status:** Current status of asset (offline or online) within minimum of 10 minutes (or 3 data interval).

**-Rssi:** (Received Signal Strength Indication) Wireless signal strength (if asset is LoRaWAN IoT device).

**-Snr:** (Signal to Noise Ratio) Wireless signal quality indicator (if asset is LoRaWAN IoT device).

**-Lastseen:** Last data sent time and date of asset.

**-Value:** Last data of the asset.

**-Alarm:** Notification status of asset for last 24 hours.

-**Min-Max:** Minimum and maximum read values of the asset for specific field.


---

# 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.skysens.io/main-menu-and-overview/widget-types/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.
