Buttons panel Semantic UI theme
Move bottons panel in left/right side or disable it. Note: This will not disable button actions
HIDE CODE
<?php
$xcrud = Xcrud::get_instance();
$xcrud->table('offices');
$xcrud->buttons_position('left'); // can be left, right or none
echo $xcrud->render();
?>
xCRUDConnection error: SQLSTATE[08004] [1040] Too many connections