Simple Table Loggings Semantic UI 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
| # | Customernumber | Checknumber | Paymentdate | Amount | |
|---|---|---|---|---|---|
| 1 | 151 | BF686658 | 27.12.2003 00:00:00 | 2.3456789034567896e97 | View Edit Remove |
| 2 | 151 | GB852215 | 26.07.2004 00:00:00 | 20314.44 | View Edit Remove |
| 3 | 151 | KI884577 | 14.12.2004 00:00:00 | 39964.63 | View Edit Remove |
| 4 | 157 | HI618861 | 19.11.2004 00:00:00 | 35152.12 | View Edit Remove |
| 5 | 161 | BR352384 | 14.11.2004 00:00:00 | 5500 | View Edit Remove |