Sorting, Filtering, and Configuring Tables
You can customize the presentation of data in tables.
In Studio, Curator, and Admin, you can sort and filter table data. You can also configure column order and which columns are included in the table.

Select More (three vertical dots) to open the column sort, filter, and configuration options
Configuring Column Order
You can:
- Reorder columns using drag and drop.
- Pin a column to the left or right side of the table.
To pin a column:
- Move your cursor over the column and select More
.
- Select Pin to left or Pin to right.
Showing and Hiding Columns
To hide a column:
- Move your cursor over the column and select More
.
- Select Hide column.
To show or hide multiple columns:
- Move your cursor over any column and select More
.
- Select Show columns.
- From the Show columns dialog, toggle column display on or off. You can also select to show or hide all columns.
Filtering Table Data
You can filter by values in one or more table columns, using AND/OR logic.
To filter table data:
- Move your cursor over the column and select More
.
- Select Filter.
The Filter dialog opens, with the column pre-selected from the Columns dropdown. - Select the operator from the Operator dropdown.
- For text fields, operators are
contains
andequals
. - For numeric fields, operators are
=
,!=
,>
,>=
,<
, and\<=\
.
- For text fields, operators are
- Enter the value by which to filter in the Value field. Filter values are case-insensitive.
The table is filtered in real-time as you enter the value. - Add additional filters by selecting Add Filter and select either
And
orOr
. Select the column and operator, and enter the value by which to filter. - Remove a filter by selecting the
next to the filter.

Table data is filtered to entities in which the "Company Name" field contains "a & l" OR the "Alternative Names" field contains "a&l". Filtering is case-insensitive.
Sorting Table Data
You can sort a table by values in a column.
To sort table data by a column:
Move your cursor over the column and select More. Select one of the following sort options:
- Sort by ASC to sort the column in ascending order.
- Sort by DESC to sort the column in descending order.
- Unsort to remove sorting by this column.
Tip: To quickly sort a column in ascending or descending order, move your cursor over the column and select the arrow. The upward arrow sorts in ascending order; the downward arrow
sorts in descending order.
Updated 23 days ago