Inline Editing Bootstrap theme
Inline Editing - Single Click on any cell and begin editing
HIDE CODE
<?php
$xcrud = Xcrud::get_instance();
$xcrud->table_name('Payments - Single click cell to edit!');
$xcrud->table('payments');
$xcrud->unset_remove();
$xcrud->fields_inline('customerNumber,checkNumber,paymentDate,amount');//set the fields to allow inline editing
$xcrud->unset_edit();
$xcrud->set_logging(true);
echo $xcrud->render();
?>
Payments - Single click cell to edit!
| # | Customernumber | Checknumber | Paymentdate | Amount | |
|---|---|---|---|---|---|
| 1 | 157 | tguthutyu567567 | 19.11.2004 00:00:00 | 5500 | View |
| 2 | 161 | BR352384 | 14.11.2004 00:00:00 | 5500 | View |
| 3 | 161 | BR478494 | 18.11.2003 00:00:00 | 50743.65 | View |
| 4 | 161 | KG644125 | 02.02.2005 00:00:00 | 12692.19 | View |
| 5 | 161 | NI908214 | 05.08.2003 00:00:00 | 38675.13 | View |
| 6 | 167 | GN228846 | 03.12.2003 00:00:00 | 85024.46 | View |
| 7 | 171 | GB878038 | 15.03.2004 00:00:00 | 18997.89 | View |
| 8 | 171 | IL104425 | 22.11.2003 00:00:00 | 42783.81 | View |
| 9 | 172 | AD832091 | 09.09.2004 00:00:00 | 1960.8 | View |
| 10 | 172 | CE51751 | 04.12.2004 00:00:00 | 51209.58 | View |