Choose either the button appears above or below the list.
Vertical position must be the same for the group and the button.
Buttons will be stacked based on their order in this button list.
Bootstrap button class.
This field supports Tokens and Listing Fields. Example: use details-[Id] to add a Css Class to each item button that includes the Id Listing Field.
Use font awesome version 6.2 classes to label the button with icons. (fa-*shortcode*).
You can use 4 different styles - Solid(fas), Regular(far), Light(fal) and Brands(fab). Example:(fas fa-*shortcode*).
You can also use "float-start" and "float-end" for Bootstrap 5 (or "pull-left" and "pull-right" for Bootstrap 3) classes to modify the position of the icon (not supported on firefox).
This option turns on checkboxes so individual items in the listing can be selected. When the button in clicked, actions can be executed on each item in the selection.
When this option is enabled, the button can only be executed if there's items seleted in the listing.
When this option is on, Action Grid places a label inside the button showing how many items are selected.
If this is enabled, Action Grid will show this button only when there is at least one row of data in the grid.
Pick a column and by default a number will appear on the button next to the title that represents the sum of the selected cells. You can also change the selection mode to sum all of the columns if no rows are selected. Supports Tokens
If enabled, Action Grid asks for user confirmation before executing the actions.
If enabled, the button will execute only client side actions. These actions will execute instantly, without an extra ajax server request.
WARNING: All server side actions from the button will be deleted upon saving.
When a button is clicked, the actions are carried out. Any message or redirect action will halt the execution of subsequent actions.
User-selected items can be accessed via the [Ids:CommaDelimited] and [Ids:JsonArray] tokens. To perform an action on all selected items irrespective of the current search, make use of [Ids:CommaDelimited] to form a list and iterate through it.
These actions are executed once for every item that was selected by the user.
Returing a reponse, such as a message or a redirect, will have no effect in this scope.
Reference fields values using the token syntax, for example [FieldId].
Per Item Actions allows for execution of actions on each selected record. The current item's field values can be accessed using the token syntax (e.g., [FieldId]). All selected records, whether visible or not, will be processed regardless of the application of the Filter or Page features. However, the use of the Search feature affects processing since selected records omitted from the search result will not be processed.
Warning: You have unchecked the Grid Row Selection checkbox in General Settings so you cannot add Per Item Actions.
These are executed once after all above actions have completed.
Following tokens provide access to current selection [Ids:CommaDelimited] and [Ids:JsonArray].
Warning: You have unchecked the Grid Row Selection checkbox in General Settings so you cannot add Final Actions.
In this context you have access to settings and row. Return false to prevent action execution.
In this context you have access to settings. Return false to prevent action execution.