DEMO SITE v1.7.20

Edit Buttons Outlay NEW Bootstrap 4.5 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();		
?>

Payments

#CustomernumberChecknumberPaymentdate 
1119lk08.08.2004 00:00:00
2119NG9469422.02.2005 00:00:00
31212DB889831ww16.02.2003 00:00:00
4121KI83135904.11.2004 00:00:00
5121MA30215128.11.2004 00:00:00
6124AE21543305.03.2005 00:00:00
7124BG25540628.08.2004 00:00:00
8124CQ28796711.04.2003 00:00:00
9124ET6439616.04.2005 00:00:00
10124HI36647427.12.2004 00:00:00
Search