DEMO SITE v1.7.20

Edit Buttons Outlay NEW Default 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

Add Export into CSV Print
Search
#CustomernumberChecknumberPaymentdate 
1141144146IN44625825.03.2005 00:00:00
2141JE105477PAUL18.03.2005 00:00:00
3141JN35528026.10.2003 00:00:00
4141JN72201025.02.2003 00:00:00
5141MF62960216.08.2004 00:00:00
6141NU62770617.05.2004 00:00:00
7144IR84630312.12.2004 00:00:00
8144LA68567809.04.2003 00:00:00
9145CN32854503.07.2004 00:00:00
10145ED39322MARK26.04.2004 00:00:00