Disable the "Select" checkbox on the list or library control


I would like to disable the "Select" checkbox on the list or library control, in order to prevent user "Edit" or "Delete" the created record.

Is there any JS to hide or disable it?

Dear @itapps,
Try this:
fd.control('SPDataTable1').selectable = false;