1
0
mirror of synced 2025-12-29 09:04:39 -05:00
Files
docs/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/customizing-the-table-layout.md
Grace Park 1dfa5c251e Fix ordered lists to only use 1. (#38283)
Co-authored-by: Rachael Sewell <rachmari@github.com>
2023-06-26 16:25:04 -07:00

2.6 KiB

title, shortTitle, intro, versions, type, topics
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. When items are grouped, if you drag an item to a new group, the value of that group is applied. For example, if you group by "Status" and then drag an item with a status of In progress to the Done group, the status of the item will switch to Done. Similarly, when you add a new item to a group, the new item is populated with the value of the group.

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

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 %}

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

{% endnote %}

{% endif %}

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

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

Showing the sum of a number field

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

{% endif %}