Bulk Edit 1.7.25.2 Semantic UI theme
Do bulk edit of amounts. Select Multiple records and click Bulk Edit
HIDE CODE
<?php
$xcrud = Xcrud::get_instance();
$xcrud->table("payments");
$xcrud->fields("amount");
$xcrud->set_bulk_edit(true);
$xcrud->set_bulk_select(true);
echo $xcrud->render();
?>
Payments
| # | Customernumber | Checknumber | Paymentdate | Amount | ||
|---|---|---|---|---|---|---|
| 1 | 141 | bolo | 15.07.2004 00:00:00 | 2.3456789034567896e97 | View Edit Remove | |
| 2 | 146 | FP549817 | 18.03.2004 00:00:00 | 56 | View Edit Remove | |
| 3 | 146 | FU793410 | 16.01.2004 00:00:00 | 2.3456789034567896e97 | View Edit Remove | |
| 4 | 298 | LJ160635 | 10.12.2003 00:00:00 | 30000 | View Edit Remove | |
| 5 | 148899 | BI507030 | 22.04.2003 00:00:00 | 44380.15 | View Edit Remove | |
| 6 | 148 | DD635282 | 11.08.2004 00:00:00 | 2611.84 | View Edit Remove | |
| 7 | 148 | ME497970 | 27.03.2005 00:00:00 | 3516.04 | View Edit Remove | |
| 8 | 151 | BF686658 | 27.12.2003 00:00:00 | 2.3456789034567896e97 | View Edit Remove | |
| 9 | 151 | GB852215 | 26.07.2004 00:00:00 | 20314.44 | View Edit Remove | |
| 10 | 151 | IP568906 | 18.06.2003 00:00:00 | 58841.35 | View Edit Remove |