Important

You are browsing upcoming documentation for version 6.0 of OroCommerce, OroCRM, and OroPlatform, scheduled for release in 2024. Read version 5.1 (the latest LTS version) of the Oro documentation to get up-to-date information.

See our Release Process documentation for more information on the currently supported and upcoming releases.

Action Extension 

This extension is responsible for configuring actions for the datagrid. You can easily add action types and then place the configuration for actions under the actions node.

Actions 

type is a required option for the action configuration. You can control action access by adding the acl_resource node to each action (this parameter is optional).

Ajax 

Ajax performs an ajax call by the given URL.

action_name:
    type: ajax
    link: PROPERTY_WITH_URL # required

Delete 

Delete performs the DELETE ajax request by the given URL.

action_name:
    type: delete
    link: PROPERTY_WITH_URL  # required
    confirmation: true|false # should confirmation window be shown