Edit Buttons Outlay NEW 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 | 119 | lk | 08.08.2004 00:00:00 | |
2 | 119 | NG94694 | 22.02.2005 00:00:00 | |
3 | 1212 | DB889831ww | 16.02.2003 00:00:00 | |
4 | 121 | KI831359 | 04.11.2004 00:00:00 | |
5 | 121 | MA302151 | 28.11.2004 00:00:00 | |
6 | 124 | AE215433 | 05.03.2005 00:00:00 | |
7 | 124 | BG255406 | 28.08.2004 00:00:00 | |
8 | 124 | CQ287967 | 11.04.2003 00:00:00 | |
9 | 124 | ET64396 | 16.04.2005 00:00:00 | |
10 | 124 | HI366474 | 27.12.2004 00:00:00 |