Skip to content

Latest commit

 

History

History
71 lines (45 loc) · 3.46 KB

File metadata and controls

71 lines (45 loc) · 3.46 KB
title shortTitle intro versions type topics allowTitleToDifferFromFilename
Editing items in your {% data variables.projects.project_v2 %}
Editing items
There are several methods you can use within your {% data variables.projects.project_v2 %} to quickly make changes to multiple items.
fpt ghes ghec
*
*
*
tutorial
Projects
true

Copying and pasting cells in a table

You can copy the contents of one cell and paste the contents into multiple other cells in the same field.

  1. Navigate to a project view that is using the table layout.

  2. Select the cell that you would like to copy.

    Screenshot showing two columns on a table layout. One cell is selected and is highlighted with an orange outline.

  3. To copy the contents of the selected cell, press Command+C (Mac) or Ctrl+C (Windows.)

  4. Select the destination cells for the copied content.

{% indented_data_reference reusables.projects.select-a-cell spaces=4 %}

Screenshot showing two columns on a table layout. Three cells are selected and are highlighted with an orange outline.

  1. To paste the previously copied content, press Command+V (Mac) or Ctrl+V (Windows.)

Dragging a cell's contents to set neighboring table cells

You can quickly copy one cell's content over other cells in the same field by dragging up or down.

  1. Navigate to a project view that is using the table layout.

  2. Select the cell that you would like to copy.

  3. If it's possible to copy the cell's content, a blue handle will be shown on the lower right of the selected cell.

    Screenshot showing two columns on a table layout. The blue handle, on the lower right of the selected cell, is highlighted with an orange outline.

  4. Drag the handle up or down over the cells where you would like to copy the contents.

    Screenshot showing two columns on a table layout. Three cells are selected. The blue handle, on the lower right of the cell, is outlined in orange.

  5. When you finish dragging, the contents of the originally selected cell will be copied over the cells you selected while dragging.

    Screenshot showing two columns on a table layout. The content of the previously selected cell has been copied to the cells selected above.

Clearing the content of multiple table cells

You can quickly clear the same field for multiple items.

  1. Navigate to a project view using the table layout.
  2. Select the cells you would like to clear.

{% indented_data_reference reusables.projects.select-a-cell spaces=4 %}

Screenshot showing a column on a table layout. Three cells are selected.

  1. Press Delete or Backspace on your keyboard.

Undoing bulk changes in a table

When you make a bulk change in the table layout, {% data variables.product.github %} will display the option to undo that change.

  1. Make a bulk change to your table.

  2. When the notice appears in the lower right of your table, click Undo.

    Screenshot showing the undo dialog on a table. The Undo button is highlighted with an orange outline.