# Tabular Data

Non-spatial data is displayed in table format, within the **TABULAR DATA** group of the **Layers** panel.

## Opening a Table

In the **Layers** panel, click the table’s menu icon, then select **Open Table**. The table opens within the map interface.

<figure><img src="/files/7XH7I1Mcq7sIzibZXcbM" alt=""><figcaption></figcaption></figure>

## Table Structure

* Each **row** represents a record.
* Each **column** represents a field (attribute).
* **Total rows** indicates the number of records currently displayed.

## Available Functions

* **Filtering Records :** Use the toggle switches <img src="/files/rBHHJ6VcETiJZ0GC8Urd" alt="" data-size="line">/<img src="/files/HrMTOpO6bpSyl6TIWf8s" alt="" data-size="line"> to enable or disable filters. Only records that match the active filter criteria are displayed.
* **Editing** (if permitted) : If you have the appropriate permissions, the editing icons <img src="/files/rB6bd9Ryb1jHfdpvNF0B" alt="" data-size="line">  and <img src="/files/vIsM75zu0iGKUgHzcXT8" alt="" data-size="line"> are enabled. See the [Edit Data](/en/jmap-ng/jmap-ng-user-guide/i-want-to.../edit-data.md) section for more details.

## Closing the Table

Click the Close icon <img src="/files/9s8Qg4GhfN08WvW4vqzK" alt="" data-size="line"> to close the table and return to the map.


---

# 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.jmapcloud.io/en/jmap-ng/jmap-ng-user-guide/data/tabular-data.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.
