DEMO SITE v1.7.20

Simple Table Loggings NEW Default theme

All actions of a table are logged

HIDE CODE
<?php
    $xcrud = Xcrud::get_instance();	
	$xcrud->table("payments");
	$xcrud->set_logging(true);
	$xcrud->limit(5);	
	echo $xcrud->render();			
?>

Payments

Add Export into CSV Print
Search
#CustomernumberChecknumberPaymentdateAmount 
1209PH78593704.05.2004 00:00:0036069.26 View Edit Remove
2211BJ53523009.12.2003 00:00:0045480.79 View Edit Remove
3216MM34208614.12.2003 00:00:0040473.86 View Edit Remove
4219BN1787002.03.2005 00:00:003452.75 View Edit Remove
5219BR94148018.10.2003 00:00:004465.85 View Edit Remove