> ## Documentation Index
> Fetch the complete documentation index at: https://docs.less.tech/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Grid

> View and interact with your data

### Overview

You can also easily see which tool you seeing data from. Similarly, you can see the number of rows and columns in the data grid.

<Frame>
  <img src="https://mintcdn.com/less-51/7vxLoN8O_CeWSGG4/images/canvas/datagrid/Overview.png?fit=max&auto=format&n=7vxLoN8O_CeWSGG4&q=85&s=66c725d17fb54bc8c91fa2cf650536b9" alt="Overview" width="1582" height="808" data-path="images/canvas/datagrid/Overview.png" />
</Frame>

### Data types

Data types are automatically detected and displayed in the data grid. Simply hover the icon to see the data type.

<Frame>
  <img src="https://mintcdn.com/less-51/7vxLoN8O_CeWSGG4/images/canvas/datagrid/Types.gif?s=5be49de510e226fa21b8ed5754c1c309" alt="Data Types" width="2000" height="428" data-path="images/canvas/datagrid/Types.gif" />
</Frame>

### Trailing spaces and tabs

If a cell contains trailing spaces, newlines or tabs, you can easily spot them. The text will be highlighted in red and you can hover to see what you need to pay attention to.

<Frame>
  <img src="https://mintcdn.com/less-51/7vxLoN8O_CeWSGG4/images/canvas/datagrid/CellHighlight.gif?s=58ac0f150f2d66c00888bdc985b30ccd" alt="Trailing Spaces and Tabs" width="1696" height="728" data-path="images/canvas/datagrid/CellHighlight.gif" />
</Frame>

### Filtering

It might be helpful to inspect your data before you begin building your model. The data grid allows you to filter your data based on the values in the columns. Note that you're filtering the **full** dataset and not just the first page.

You can add multiple filters to the data grid that are all applied to the dataset.

<Frame>
  <img src="https://mintcdn.com/less-51/7vxLoN8O_CeWSGG4/images/canvas/datagrid/Filtering.gif?s=5abc21d14195a6ae1bf9b54c81862dd8" alt="Filtering" width="1696" height="728" data-path="images/canvas/datagrid/Filtering.gif" />
</Frame>

### Sorting

Like filtering, it might be helpful to sort your data to get to know your data better. The data grid allows you to sort your data based on the values in the columns.

<Frame>
  <img src="https://mintcdn.com/less-51/7vxLoN8O_CeWSGG4/images/canvas/datagrid/Sorting.gif?s=1f578471f3c2ff8fab37946cd734458e" alt="Sorting" width="1888" height="604" data-path="images/canvas/datagrid/Sorting.gif" />
</Frame>

### Anchors

Some tools have multiple outputs - we call these anchors. For instance, a [Unique](/tools/basics/unique) contains two outputs: the unique values and the duplicate values. These anchors are also shown in the data grid and enable you to easily switch between the views.

<Frame caption="Notice how the row count changes when you switch between the anchors">
  <img src="https://mintcdn.com/less-51/7vxLoN8O_CeWSGG4/images/canvas/datagrid/Anchors.gif?s=10720098b30f0966a4f2c8e062aaa667" alt="Anchors" width="1888" height="1960" data-path="images/canvas/datagrid/Anchors.gif" />
</Frame>

[Combine](/tools/merge/combine), [Filter](/tools/basics/filter), [Unique](/tools/basics/unique), [Add Business Days](/tools/new-columns/add-business-days), [Count Business Days](/tools/new-columns/count-business-days) and the [Loop](/tools/utilities/loop) tool have multiple anchors.

### Pagination

You can navigate through the pages of the data grid using the pagination controls at the bottom-right of the data grid.

<Frame caption="Notice how the page numbering changes to the far left when you go to the next page">
  <img src="https://mintcdn.com/less-51/7vxLoN8O_CeWSGG4/images/canvas/datagrid/Pagination.gif?s=4735cca81deff146fa7f4785011fceb9" alt="Pagination" width="2000" height="349" data-path="images/canvas/datagrid/Pagination.gif" />
</Frame>
