I believe that selectableRowsHeader option is what you are looking for.
<MUIDataTable
title={"Title"}
data={data}
columns={columns}
options={{
selectableRowsHeader: false
}}
/>
https://codesandbox.io/s/muidatatables-hide-select-all-l8o1z?file=/index.js