Simple Table Loggings Bootstrap 4.5 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 | 155 | MA724562vvv | 02.12.2004 00:00:00 | 492 | View Edit Remove |
2 | 131 | NB445135 | 11.09.2004 00:00:00 | 490 | View Edit Remove |
3 | 141 | lDL4606180 | 19.05.2005 00:00:00 | 160 | View Edit Remove |
4 | 141 | 32-686 | 30.01.2004 00:00:00 | 160 | View Edit Remove |
5 | 141 | ID10962 | 31.12.2004 00:00:00 | 1608 | View Edit Remove |