# Views: view--table

### Key Features

* **Enhanced HTML Attributes**: Allows for the addition of HTML attributes to the table for improved styling and accessibility.
* **Dynamic Header and Row Rendering**: Capable of efficiently rendering table headers and rows with customizable HTML attributes.
* **Responsive and Sticky Table Options**: Includes features for responsive tables and sticky headers, enhancing user interaction and readability.
* **Accessibility Considerations**: Provides options for captions, accessibility descriptions, and summaries to improve the understanding of table content.

### Customization Options

* **Flexible Styling with Utility Classes**: Utilize a range of utility classes to modify the table's appearance and functionality to fit specific requirements.
* **Adaptable Content Layout**: Suitable for displaying various types of data, making it versatile for different use cases.

### Usage

```twig
{% include 'radix:views-view--table' with {
  title: 'Table Title',
  header: table_header_elements,
  rows: table_row_elements,
  responsive: true,
  sticky: true,
  views_view__table_utility_classes: ['additional-utility-classes']
} %}
```


---

# 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.trydrupal.com/radix/components/views-view-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.
