The parameters for the useGridAction function.
A callback function executed when a grid action or row action is started.
A callback function executed when a grid action or row action is completed or failed.
A flag indicating whether to throw an error if a grid action or row action fails.
A flag indicating whether to use a fallback solution if a grid action or row action fails.
A function that fetches a row.
A callback function executed when a grid action is performed. This function receives the action name, the rows to perform the action on, and a deselectAll function to deselect all rows.
A callback function executed when a row action is performed. This function receives the action name, the row to perform the action on, and a deselectAll function to deselect all rows.
An object containing the following properties:
Executes grid actions and row actions.