Is there any way to remove the column actions? I am using datatables here and when I change the list.php , change all the layout! The only code part that i´m deleting is what is between :
<?php if (!$unset_delete || !$unset_edit || !$unset_read || !empty($actions)) { ?> ... <?php } ?>
EDIT:
I got here , had forgotten to delete the part of THEAD and TFOOT.