Buttons panel Bootstrap 4.5 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(); ?>