Inline Editing (Double Click) Bootstrap theme
Inline Editing - One Column Only(Customer Number) - Double Click
HIDE CODE
<?php $xcrud = Xcrud::get_instance(); $xcrud->table_name("Employees - Inline Editing - Double Click on 'Customer Number' Column to edit!"); $xcrud->table('payments'); $xcrud->unset_remove(); $xcrud->fields_inline('customerNumber');//set the fields to allow inline editing $xcrud->inline_edit_click('double_click');//can be 'double_click' or 'single_click' $xcrud->set_logging(true); echo $xcrud->render(); ?>
Employees - Inline Editing - Double Click on 'Customer Number' Column to edit!
# | Customernumber | Checknumber | Paymentdate | Amount | |
---|---|---|---|---|---|
1 | 141 | MC46946 | 09.07.2004 00:00:00 | 63843.54 | View Edit |
2 | 144 | LA685678 | 09.04.2003 00:00:00 | 63843.55 | View Edit |
3 | 145 | CN328545 | 03.07.2004 00:00:00 | 4710.73 | View Edit |
4 | 145 | HR182688 | 01.12.2004 00:00:00 | 20564.86 | View Edit |
5 | 146 | FP549817 | 18.03.2004 00:00:00 | 40978.53 | View Edit |
6 | 146 | FU793410 | 16.01.2004 00:00:00 | 49614.72 | View Edit |
7 | 298 | LJ160635 | 10.12.2003 00:00:00 | 30000 | View Edit |
8 | 148 | BI507030 | 22.04.2003 00:00:00 | 44380.15 | View Edit |
9 | 148 | DD635282 | 11.08.2004 00:00:00 | 2611.84 | View Edit |
10 | 148 | KM172879 | 26.12.2003 00:00:00 | 105743 | View Edit |