# `MishkaGervaz.Table.Types.Action.Unarchive`
[🔗](https://github.com/mishka-group/mishka_gervaz/blob/v0.0.1-alpha.3/lib/mishka_gervaz/table/types/action/unarchive.ex#L1)

Unarchive action type - renders a restore button for archived records.

## Usage

    row_actions do
      action :unarchive, type: :unarchive
      action :restore, type: :unarchive, confirm: "Restore this item?"
    end

See `MishkaGervaz.Table.Types.Action` (registry),
`MishkaGervaz.Table.Behaviours.ActionType`,
`MishkaGervaz.Table.Entities.RowAction`, and
`MishkaGervaz.Table.Entities.BulkAction`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
