How to set common delete button for list view ?

1
Hi Team !                I have one employee entity in my domain model which collects the employee details and displayed in list view format. Generally, We can use common delete button in a datagrid, it will remove the particular employee details. I want to achieve the same functionality in list view. If anyone have any idea about my question, kindly post your ideas. Thanks for the reply in advance !! 
asked
1 answers
-1

You can either add a delete button or create a microflow with a delete action within the listview itself. This means the button is shown for every listview item

answered