Edit Buttons Outlay

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
Actions
1161Germany18.11.2003 00:00:00
2161KG6441202.02.2005 00:00:00
3161NI90821405.08.2003 00:00:00
4167GN228846105.12.2003 00:00:00
5171GB878038hhh05.03.2004 06:37:25
6171IL10442522.11.2003 00:00:00
71727783-2091___09.09.2004 00:34:00
8172EH20858920.04.2003 00:00:00
9173GP54569813.05.2004 00:00:00
10173IG46239729.03.2004 00:00:00
Search