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 | 119 | lk | 08.08.2004 00:00:00 | 1 | View Edit |
2 | 119 | NG94694 | 22.02.2005 00:00:00 | 1 | View Edit |
3 | 1212 | DB889831ww | 16.02.2003 00:00:00 | 50218.95 | View Edit |
4 | 121 | KI831359 | 04.11.2004 00:00:00 | 17876.32 | View Edit |
5 | 121 | MA302151 | 28.11.2004 00:00:00 | 34638.14 | View Edit |
6 | 124 | AE215433 | 05.03.2005 00:00:00 | 101244.59 | View Edit |
7 | 124 | BG255406 | 28.08.2004 00:00:00 | 85410.87 | View Edit |
8 | 124 | CQ287967 | 11.04.2003 00:00:00 | 11044.3 | View Edit |
9 | 124 | ET64396 | 16.04.2005 00:00:00 | 83598.04 | View Edit |
10 | 124 | HI366474 | 27.12.2004 00:00:00 | 47142.7 | View Edit |