Edit Buttons Outlay
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 | 141 | JN722010 | 12.02.2003 00:00:00 | |
2 | 141 | KT52578 | 09.12.2003 00:00:00 | |
3 | 141 | MC46946 | 09.07.2004 00:00:00 | |
4 | 141 | MF629602 | 16.08.2004 00:00:00 | |
5 | 141 | NU627706 | 17.05.2004 00:00:00 | |
6 | 144 | IR846303 | 12.12.2004 00:00:00 | |
7 | 144 | LA685678 | 09.04.2003 00:00:00 | |
8 | 145 | CN328545 | 03.07.2004 00:00:00 | |
9 | 145 | ED39322 | 26.04.2004 00:00:00 | |
10 | 145 | HR182688 | 01.12.2004 00:00:00 |