Inline Editing Bootstrap theme
Inline Editing - Single Click on any cell and begin editing
HIDE CODE
<?php $xcrud = Xcrud::get_instance(); $xcrud->table_name('Payments - Single click cell to edit!'); $xcrud->table('payments'); $xcrud->unset_remove(); $xcrud->fields_inline('customerNumber,checkNumber,paymentDate,amount');//set the fields to allow inline editing $xcrud->unset_edit(); $xcrud->set_logging(true); echo $xcrud->render(); ?>
Payments - Single click cell to edit!
# | Customernumber | Checknumber | Paymentdate | Amount | |
---|---|---|---|---|---|
1 | 124 | 13-1716___ | 15.08.2003 00:00:00 | 50000 | View |
2 | 124 | LF217299 | 26.03.2004 00:00:00 | 50000 | View |
3 | 124 | NT141748 | 25.11.2003 00:00:00 | 50000 | View |
4 | 128 | DI925118 | 28.01.2003 00:00:00 | 50000 | View |
5 | 128 | FA465482 | 18.10.2003 00:00:00 | 50000 | View |
6 | 128 | FH668230 | 24.03.2004 00:00:00 | 50000 | View |
7 | 128444 | IP383901 | 18.11.2004 00:00:00 | 50000 | View |
8 | 129 | DM826140 | 08.12.2004 00:00:00 | 50000 | View |
9 | 129 | ID449593 | 11.12.2003 00:00:00 | 50000 | View |
10 | 129 | PI42991 | 09.04.2003 00:00:00 | 16537.85 | View |