It renders the number of selected rows and either a custom component
provided by the user or a default delete button. When the delete button
is clicked, it will call the onRowsDelete function provided by the user
or the onAction function with the TableAction.ROW_DELETE action.
The selected rows toolbar component.
It renders the number of selected rows and either a custom component provided by the user or a default delete button. When the delete button is clicked, it will call the
onRowsDelete
function provided by the user or theonAction
function with theTableAction.ROW_DELETE
action.