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
1141JN72201012.02.2003 00:00:00
2141KT5257809.12.2003 00:00:00
3141MC4694609.07.2004 00:00:00
4141MF62960216.08.2004 00:00:00
5141NU62770617.05.2004 00:00:00
6144IR84630312.12.2004 00:00:00
7144LA68567809.04.2003 00:00:00
8145CN32854503.07.2004 00:00:00
9145ED3932226.04.2004 00:00:00
10145HR18268801.12.2004 00:00:00
Search