Skip to content

Latest commit

 

History

History
83 lines (48 loc) · 2.46 KB

File metadata and controls

83 lines (48 loc) · 2.46 KB
title shortTitle intro versions type topics
Customizing the table layout
Customizing tables
You can use the table layout to build a spreadsheet using your project's items, {% data variables.product.company_short %} metadata, and your custom fields.
feature
projects-v2
tutorial
Projects

About the table layout

{% data reusables.projects.about-table-layout %}

For more information about changing a view to use the table layout, see "AUTOTITLE."

Showing and hiding fields

You can show or hide a specific field.

{% data reusables.projects.customize.show-hide-field %}

You can also hide individual fields using the field headers.

  1. Next to the field you want to hide, click {% octicon "kebab-horizontal" aria-label="Status column options" %}. Screenshot showing a field header. The menu icon is highlighted with an orange outline.
  2. Click {% octicon "eye-closed" aria-hidden="true" %} Hide field.

Grouping by field values

You can group items by a custom field value. {% data reusables.projects.customize.update-status %}

{% data reusables.projects.customize.group-fields %}

{% ifversion projects-v2-slice-panel %}

Slicing by field values

{% data reusables.projects.customize.slice-panel %}

{% endif %}

Reordering fields

You can change the order of fields.

  1. Click the field header.

    Screenshot showing three field headers. One of the headers is highlighted with an orange outline.

  2. While continuing to click, drag the field to the required location.

Reordering rows

You can change the order of rows.

  1. Click the number at the start of the row.

    Screenshot showing three rows on a table layout. One of the row numbers is highlighted with an orange outline.

  2. While continuing to click, drag the row to the required location.

Sorting by field values

You can sort items by a field value.

{% ifversion projects-v2-consistent-sorting %}{% else %}

Note

When a table is sorted, you cannot manually reorder rows.

{% endif %}

{% data reusables.projects.customize.sort %}

{% ifversion projects-v2-numeric-summary %}

Showing the sum of a number field

{% data reusables.projects.customize.sum %}

{% endif %}