> ## Documentation Index
> Fetch the complete documentation index at: https://coconut-grid.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Data Actions

Perform basic actions on records directly from the data grid.

## Add

Insert a new row.

<Steps>
  <Step title="Add a row">
    Add a new row from the data grid.

    * Click the actions quick button **Add**
    * An empty row is inserted after the last selected row
    * If no row is selected, the row is inserted after the first row
    * Focus moves to the newly added row
  </Step>
</Steps>

## Clone

Duplicate selected rows.

<Steps>
  <Step title="Clone rows">
    Duplicate one or more selected rows.

    * Select one or more rows
    * Click the actions quick button **Clone**
    * Rows are copied and inserted after the last selected row
    * Only columns with create permission are copied
    * Focus moves to the cloned rows
  </Step>
</Steps>

## Delete

Remove selected rows.

<Steps>
  <Step title="Delete rows">
    Delete one or more selected rows.

    * Select one or more rows
    * Click the actions quick button **Delete**
    * A confirmation dialog appears for existing records
    * Confirm to delete the selected rows
  </Step>
</Steps>
