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?"
endSee MishkaGervaz.Table.Types.Action (registry),
MishkaGervaz.Table.Behaviours.ActionType,
MishkaGervaz.Table.Entities.RowAction, and
MishkaGervaz.Table.Entities.BulkAction.