Inline Editing (Double Click) Tailwind CSS 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 | Test1 | |
|---|---|---|---|---|---|---|
| 1 | 1 | BO86400 | 24.12.2020 00:00:00 | 123457 | View Edit | |
| 2 | 10364 | OM3149 | 16.07.2020 00:00:00 | 605002 | View Edit | |
| 3 | 103600 | OM31491 | 23.07.2020 00:00:00 | 605000 | View Edit | |
| 4 | 11310 | HQ5502 | 20.12.2001 00:00:00 | 14190 | View Edit | |
| 5 | 11221 | HQ55023 | 29.06.1995 00:00:00 | 99 | View Edit | |
| 6 | 112 | HQ55022 | 30.07.2020 00:00:00 | 99 | View Edit | |
| 7 | 113 | GG31455 | 16.05.2003 00:00:00 | 45870 | View Edit | |
| 8 | 114 | MA76552 | 15.12.2004 00:00:00 | 82261 | View Edit | |
| 9 | 114 | NP60385 | 31.05.2003 00:00:00 | 7565 | View Edit | |
| 10 | 114 | NR27552 | 10.03.2004 00:00:00 | 44894 | View Edit |