DEMO SITE v1.7.31

Edit Buttons Outlay Semantic UI theme

Edit Buttons

HIDE CODE
<?php
    $xcrud = Xcrud::get_instance();	
	$xcrud->table("payments");
	$xcrud->columns(array('customerNumber','checkNumber','paymentDate'));
    $xcrud->buttons_arrange('dropdown-inline');//default , dropdown-inline, dropdown-list
	echo $xcrud->render();		
?>
Not supported in semantic theme
xCRUDConnection error: SQLSTATE[08004] [1040] Too many connections