The Batch Processing configuration of the Table widget now offers an additional option, namely the Add Batch Action Hyperlink.
Generally, when a batch action is added to a Table widget, you can select rows from the table on the dashboard and then execute the configured action on all selected rows with a single click.
For comparison, when clicked:
- the Batch Action Button type will execute a REST request for the selected rows with parameters from the selected rows, whereas
- the Batch Action Hyperlink type will redirect to other URLs and will report the respective values there, for example, as a comma separated list of ids in the url itself.
For further details, refer to Configuring the Table Settings.