Simple Panels 1.7.23 Semantic UI theme
Activating panels in xCRUD
HIDE CODE
<?php $xcrud = Xcrud::get_instance(); $xcrud->table("payments"); $xcrud->panel_view(true,3); echo $xcrud->render(); ?>