> For the complete documentation index, see [llms.txt](https://help.connected.illumina.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.connected.illumina.com/emedgene/emedgene-analyze-manual/getting_around_the_platform/cases_tab/how-to-customize-cases-table-view.md).

# How to customize Cases table view

Use these options to customize the **Cases table** view for your workflow.

* [Select which columns are displayed](#how-to-select-columns-to-be-displayed)
* [Change column order](#how-to-change-column-order)
* [Adjust column width](#how-to-adjust-column-width)

## How to select columns to be displayed

### Show or hide columns via the **Fields** menu

<figure><img src="/files/mCp9mDQaHbkcT5AVwuJO" alt=""><figcaption><p><strong>Fields</strong> menu with toggle switches for showing or hiding <strong>Cases table</strong> columns.</p></figcaption></figure>

{% stepper %}
{% step %}
Click **Fields**.
{% endstep %}

{% step %}
In the **Fields** menu, use the toggle switch next to each field name to show or hide columns based on your preferred view.
{% endstep %}
{% endstepper %}

### Hide a column from the **Cases table**

<figure><img src="/files/M2jRX3i0kabo2qBfkkTU" alt=""><figcaption><p>Column header menu with the <strong>Hide column</strong> option.</p></figcaption></figure>

{% stepper %}
{% step %}
In the **Cases table**, click the column title you want to hide.
{% endstep %}

{% step %}
From the dropdown menu, select **Hide column**.
{% endstep %}
{% endstepper %}

## How to change column order

You can reorder columns in three ways: drag and drop the column, reorder columns via the **Fields** menu, or move a column using a dropdown menu.

### **Drag and drop the column**

<figure><img src="/files/I6DNFktKltN4pNggSkL1" alt=""><figcaption><p><strong>Cases table</strong> column header showing the drag handle used to reorder columns.</p></figcaption></figure>

{% stepper %}
{% step %}
Hover over the column title.
{% endstep %}

{% step %}
Click the six-dot icon (<i class="fa-grip-dots-vertical">:grip-dots-vertical:</i>) that appears to the left of the title.
{% endstep %}

{% step %}
Drag and drop the column.
{% endstep %}
{% endstepper %}

### Reorder columns via the **Fields** menu

<figure><img src="/files/A3ZCGl2hxIUIHd4LueXQ" alt=""><figcaption><p><strong>Fields</strong> menu showing the drag handle for reordering fields.</p></figcaption></figure>

{% stepper %}
{% step %}
Click **Fields** in the **Cases table navigation panel**.
{% endstep %}

{% step %}
In the **Fields** menu, hover over the field name.
{% endstep %}

{% step %}
Click the six-dot icon (<i class="fa-grip-dots-vertical">:grip-dots-vertical:</i>) that appears to the left of the title.
{% endstep %}

{% step %}
Drag and drop the field.
{% endstep %}
{% endstepper %}

### Move a column using a **dropdown menu**

<figure><img src="/files/ZGWE9ACT8YWu0p2qpUNO" alt=""><figcaption><p>Column header menu with <strong>Move left</strong> and <strong>Move right</strong> options.</p></figcaption></figure>

{% stepper %}
{% step %}
Click the column header.
{% endstep %}

{% step %}
From the dropdown menu, select **Move left** or **Move right**.
{% endstep %}
{% endstepper %}

## How to adjust column width

<figure><img src="/files/DQlE0ALSRq93IQZgnBCC" alt=""><figcaption><p>Column border resize handle used to adjust column width.</p></figcaption></figure>

{% stepper %}
{% step %}
Hover over the left or right border of the column header cell.
{% endstep %}

{% step %}
When the resize cursor (<i class="fa-arrows-left-right">:arrows-left-right:</i>) appears, click and drag the border to your desired width.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.connected.illumina.com/emedgene/emedgene-analyze-manual/getting_around_the_platform/cases_tab/how-to-customize-cases-table-view.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
