const options = { onRowsDelete: (rowsDeleted, dataRows) => { // code here... } }; <MUIDataTable data={data} columns={columns} options={options} />