Edit Buttons Outlay Bootstrap 4.5 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
# | Customernumber | Checknumber | Paymentdate | |
---|---|---|---|---|
1 | 155 | MA724562vvv | 02.12.2004 00:00:00 | |
2 | 131 | NB445135 | 11.09.2004 00:00:00 | |
3 | 141 | lDL4606180 | 19.05.2005 00:00:00 | |
4 | 141 | 32-686 | 30.01.2004 00:00:00 | |
5 | 141 | ID10962 | 31.12.2004 00:00:00 | |
6 | 141 | JN355280 | 26.10.2003 00:00:00 | |
7 | 141 | JN722010 | 25.02.2003 00:00:00 | |
8 | 141 | KT52578 | 09.12.2003 00:00:00 | |
9 | 141 | MC46946 | 09.07.2004 00:00:00 | |
10 | 144 | LA685678 | 09.04.2003 00:00:00 |