> For the complete documentation index, see [llms.txt](https://docs.g-iot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.g-iot.io/level-meter-full-device-guide-book/level-meter-greater-than-giots-function/lm-device-dashboard/lm-add-widgets/lm-table-widget.md).

# LM- Table widget

The Table widget displays only the latest data in a structured tabular format.

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfZNy319NGNMTRUf_1AHy5ZAKkSI9ibrqjv-HG1Qmn8499L7B21B27PadzAgORZRnqG8VtQtf7sfjafb9vKEXOZQikOlZnzxGweTt00HBWoJ8i8ds6Ep7CZafc0xVXgcL4HIR7z?key=6Q0L8l71kf0rf1QHDmG1DmN7" alt=""><figcaption><p>LM- Table widget</p></figcaption></figure>

## Set Up Tabel Widget

This setup ensures that all critical LM data is organized and accessible in an easy-to-read table format, directly on the device dashboard.

1. Access the Device Dashboard:\
   Navigate to the Device Page by selecting the specific LM device from the device list and clicking on its name.
2. Add a Table Widget:\
   Click the + Add Widget icon in the top-right corner of the device dashboard.
3. Select Table Widget:\
   From the widget options popup, choose the Table Widget.
4. Configure the Table Widget: Select Parameters: Choose the parameters to display in the table, such as temperature, battery level, motion tracking, or tamper status.
5. Save the Configuration:\
   Click Save to finalize and apply the table widget to the device dashboard.
6. Review and Adjust:\
   The table widget will now appear on the dashboard, displaying the selected parameters. To modify the settings, click the gear icon on the widget and update the configuration as needed.<br>

<figure><img src="/files/36WWg7KU4Y7LELSPkyx4" alt=""><figcaption><p>LM  Set-up Table widget</p></figcaption></figure>

## VST - Export Table Data

<div align="left"><figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd81N6g8ROWJiYugeJh8EbV6XWsb7vTQeg9rEmv0JGWr5c4zptmRuf2hfprBqnhP4uMn-3zA_pXLcjvUuiGcI9aIg0luJJxJtsXGMx2V_W0CXE8PfODcVcw4mtbf0U95EthkVN4?key=6Q0L8l71kf0rf1QHDmG1DmN7" alt=""><figcaption></figcaption></figure></div>

1. Create and Configure the Table Widget:\
   Follow the steps to configure the Table Widget on the LM device dashboard.
2. Locate the Download Icon:\
   Once the table is displayed on the device dashboard, find the download icon in the top-right corner of the table widget.
3. Export the Data:\
   Click on the download icon to export the displayed data. The file will be downloaded in a standard format, such as CSV for further analysis.


---

# 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.g-iot.io/level-meter-full-device-guide-book/level-meter-greater-than-giots-function/lm-device-dashboard/lm-add-widgets/lm-table-widget.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.
