Inline Editing (Double Click) Bootstrap 4.5 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 | 155 | MA724562vvv | 02.12.2004 00:00:00 | 492 | View Edit |
2 | 131 | NB445135 | 11.09.2004 00:00:00 | 490 | View Edit |
3 | 141 | lDL4606180 | 19.05.2005 00:00:00 | 160 | View Edit |
4 | 141 | 32-686 | 30.01.2004 00:00:00 | 160 | View Edit |
5 | 141 | ID10962 | 31.12.2004 00:00:00 | 1608 | View Edit |
6 | 141 | JN355280 | 26.10.2003 00:00:00 | 1608 | View Edit |
7 | 141 | JN722010 | 25.02.2003 00:00:00 | 1608 | View Edit |
8 | 141 | KT52578 | 09.12.2003 00:00:00 | 63843.55 | View Edit |
9 | 141 | MC46946 | 09.07.2004 00:00:00 | 35420.74 | View Edit |
10 | 144 | LA685678 | 09.04.2003 00:00:00 | 7674.94 | View Edit |