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 | 158 | 12-123456_ | 19.11.2004 00:00:00 | 7 | View Edit |
| 2 | 161 | BR3523847 | 14.11.2004 16:00:37 | 7 | View Edit |
| 3 | 161 | BR478494 | 18.11.2003 00:00:00 | 7 | View Edit |
| 4 | 161 | KG644125 | 02.02.2005 00:00:00 | 12692.1955 | View Edit |
| 5 | 161 | NI908214 | 05.08.2003 00:00:00 | 12692.1955 | View Edit |
| 6 | 167 | GN228846 | 03.12.2003 00:00:00 | 12692.1955 | View Edit |
| 7 | 171 | GB878038 | 15.03.2004 00:00:00 | 18997.89 | View Edit |
| 8 | 171 | IL104425 | 22.11.2003 00:00:00 | 42783.81 | View Edit |
| 9 | 172 | 83-2091___ | 09.09.2004 00:34:00 | 1960.8 | View Edit |
| 10 | 172 | CE51751 | 04.12.2004 00:00:00 | 51209.58 | View Edit |