Remove the checkboxes at the begining of each row
TABLENAME-tv.js:
$j(function(){
$j("#order-by-selector").closest("tr").hide().remove();
$j("#select_all_records").closest("th").hide().remove();
$j(".record_selector").closest("td").hide().remove();
});