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 | 209 | PH785937 | 04.05.2004 00:00:00 | 36069.26 | View Edit |
2 | 211 | BJ535230 | 09.12.2003 00:00:00 | 45480.79 | View Edit |
3 | 216 | MM342086 | 14.12.2003 00:00:00 | 40473.86 | View Edit |
4 | 219 | BN17870 | 02.03.2005 00:00:00 | 3452.75 | View Edit |
5 | 219 | BR941480 | 18.10.2003 00:00:00 | 4465.85 | View Edit |
6 | 227 | MQ413968 | 31.10.2003 00:00:00 | 36164.46 | View Edit |
7 | 227 | NU21326 | 02.11.2004 00:00:00 | 53745.34 | View Edit |
8 | 233 | II180006 | 01.07.2004 00:00:00 | 22997.45 | View Edit |
9 | 239 | NQ865547 | 15.03.2004 00:00:00 | 80375.24 | View Edit |
10 | 240 | IF245157 | 16.11.2004 00:00:00 | 46788.14 | View Edit |