DEMO SITE v1.7.31

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!

#CustomernumberChecknumberPaymentdateAmount
Actions
1157tguthutyu56756719.11.2004 00:00:005500 View
2161BR35238414.11.2004 00:00:005500 View
3161BR47849418.11.2003 00:00:0050743.65 View
4161KG64412502.02.2005 00:00:0012692.19 View
5161NI90821405.08.2003 00:00:0038675.13 View
6167GN22884603.12.2003 00:00:0085024.46 View
7171GB87803815.03.2004 00:00:0018997.89 View
8171IL10442522.11.2003 00:00:0042783.81 View
9172AD83209109.09.2004 00:00:001960.8 View
10172CE5175104.12.2004 00:00:0051209.58 View
Search
showing_records 1 to 10 of 631