DEMO SITE v1.7.24

Edit Buttons Outlay 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 
1124ET6439616.04.2005 00:00:00
2124HI36647427.12.2004 00:00:00
3124HR8657802.11.2004 00:00:00
4124LF21729926.03.2004 00:00:00
5124NT14174825.11.2003 00:00:00
6128DI92511828.01.2003 00:00:00
7128FA46548218.10.2003 00:00:00
8128FH66823024.03.2004 00:00:00
9128IP38390118.11.2004 00:00:00
10129DM82614008.12.2004 00:00:00
Search