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
1173GP54569813.05.2004 00:00:00
2173IG46239729.03.2004 00:00:00
3175IO44891319.11.2003 00:00:00
4175PI1521510.07.2004 00:00:00
5177AU75083717.04.2004 00:00:00
6177CI38143519.01.2004 00:00:00
7181CM56461225.04.2004 00:00:00
8175CITI343434419.05.2005 00:00:00
9181GQ13214430.01.2003 00:00:00
10181OH36721916.11.2004 00:00:00
Search