Move bottons panel in left/right side or disable it. Note: This will not disable button actions
HIDE CODE
SHOW CODE
<?php
$xcrud = Xcrud::get_instance();
$xcrud->table('offices');
$xcrud->buttons_position('left'); // can be left, right or none
echo $xcrud->render();
?>