# Table

### When should we use a table? <a href="#od_89fc757a" id="od_89fc757a"></a>

A table is a structured arrangement of data in rows and columns, where each intersection of a row and a column represents a specific data point. Tables are commonly used to organize and present data in a systematic and easy-to-read format.

### Create a table&#x20;

Read this section to learn about how to create a [here](/visualizations/create-a-chart.md)&#x20;

### Style a table&#x20;

Read [this section](/custom-charts/quick-styling-toolbar.md) to learn about how to use quick styling toolbar&#x20;

### Advanced styling options&#x20;

Read this section to learn about styling chart with many advanced options [here](/custom-charts/right-styling-panel.md)&#x20;

### Configure conditional format

Conditional format in Dataflake helps you highlight cells with a single color or multiple colors based on cells' values.

To Add conditional format, Click ![](/files/wr1M2wZzStf9a22uxNMH) button on the quick styling toolbar

<figure><img src="/files/HY11xbPbKXdFMfl699PB" alt=""><figcaption></figcaption></figure>

On the right panel, click **Add condition format**&#x20;

<figure><img src="/files/IOP6zYVpEO1ClzwVvCnG" alt=""><figcaption></figcaption></figure>

#### **Single color**

Color style

* Color style enables you to define the color for one row in one column or entire rows.
* Select rows to format conditions
* Select text color
* Select cell's color

**Format rules**

If the cell's value is text, the conditions are as below:

* Is
* Is not
* Is not empty
* Is empty
* Not containing
* Contains
* Ends with
* Starts with
* Match with (Regex)

If the cell's value is number, the conditions are as below:

* Greater than
* Greater than or equal
* Less than
* Less than or equal
* Equal
* Not equal

<figure><img src="/files/EtBC38ik1ZU35EiM9Q3W" alt=""><figcaption></figcaption></figure>

#### **Color scale**

Format based on\
Choose the column value that you want to set format

<figure><img src="/files/YQrfvKM7WdOQTJ7ZtHZs" alt=""><figcaption></figcaption></figure>

**Color & style**\
Apply on: The column that you want to apply the color scale.\
Click on save to apply conditional formatting


---

# 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://doc.dataflake.co/visualizations/chart-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.
