Edit Buttons Outlay NEW Bootstrap 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 | 209 | PH785937 | 04.05.2004 00:00:00 | |
2 | 211 | BJ535230 | 09.12.2003 00:00:00 | |
3 | 216 | MM342086 | 14.12.2003 00:00:00 | |
4 | 219 | BN17870 | 02.03.2005 00:00:00 | |
5 | 219 | BR941480 | 18.10.2003 00:00:00 | |
6 | 227 | MQ413968 | 31.10.2003 00:00:00 | |
7 | 227 | NU21326 | 02.11.2004 00:00:00 | |
8 | 233 | II180006 | 01.07.2004 00:00:00 | |
9 | 239 | NQ865547 | 15.03.2004 00:00:00 | |
10 | 240 | IF245157 | 16.11.2004 00:00:00 |