DEMO SITE v1.7.20

Edit Buttons Outlay NEW Bootstrap 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 
1209PH78593704.05.2004 00:00:00
2211BJ53523009.12.2003 00:00:00
3216MM34208614.12.2003 00:00:00
4219BN1787002.03.2005 00:00:00
5219BR94148018.10.2003 00:00:00
6227MQ41396831.10.2003 00:00:00
7227NU2132602.11.2004 00:00:00
8233II18000601.07.2004 00:00:00
9239NQ86554715.03.2004 00:00:00
10240IF24515716.11.2004 00:00:00
Search