deselectAll - A function that deselects all rows in the grid.
selectedRows - An array of selected rows in the grid.
gridProps - The grid properties.
commitAction - A function that commits a grid action. This function receives the action name and calls the onAction callback function with the selected rows.
commitRowAction - A function that commits a row action. This function receives the action name and the row and calls the onRowAction callback function.
Executes grid actions and row actions.