# Table Data

## **Auto hide table scrollers**

When enabled, the table scrollers will be hidden when not in use instead of showing all the time.

* In the Settings/Preferences dialog (**`⌘ + ,`**), go to General tab
* Tick/untick the **`Auto hide table scrollers`** to enable/disable it.

## **Alternating row background**

By default, TablePlus displays the alternating colours so that you can easily distinguish different data rows. You can deselect this option to use them same colour for every row.

* In the Settings/Preferences dialog (**`⌘ + ,`**), go to General tab
* Tick/untick the **`Alternating row background colors`** to enable/disable it.

## **Estimate count**

It's recommended to be turned on for better performance. When you turn it off, TablePlus might take longer to return the query results.

* In the Settings/Preferences dialog (**`⌘ + ,`**), go to General tab
* Tick/untick the **`Estimate count`** to enable/disable it.
* Set the limit of row numbers when TablePlus starts estimating count.


---

# 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.tableplus.com/preferences/general/table-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.
