# 2.10 Working with Data Tables

This page is a quick starting point for BetterForms data tables.

If you are deciding between list-style layouts and data tables:

* Use [Creating Your First List View](/getting-started/ide-quick-tour/first-app/creating-your-first-list-view.md) for simpler repeated record layouts.
* Use [Data Tables in the IDE](/getting-started/ide-quick-tour/4.-common-customizations-and-expanding-your-app/4.3-displaying-data-in-tables-page-builder-and-element-config.md) when you want sorting, filtering, pagination, row actions, or richer table presentation.

## Start Here

* [Data Table component reference](/reference/components-overview/common/tables2.md)
* [Data Tables in the IDE](/getting-started/ide-quick-tour/4.-common-customizations-and-expanding-your-app/4.3-displaying-data-in-tables-page-builder-and-element-config.md)
* [Vue-Tables-2 options reference](https://matanya.gitbook.io/vue-tables-2/options-api#options)

## Typical Use Cases

* admin and management screens
* reporting and analytics views
* searchable multi-column record lists
* row actions, details, and custom cell rendering

Use the reference page for supported BetterForms schema keys, then use the IDE guide for practical setup patterns.


---

# 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.klai.studio/getting-started/ide-quick-tour/first-app/working-with-data-tables.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.
