DEMO SITE v1.7.24

Inline Editing Minimal 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!

#CustomernumberChecknumberPaymentdateAmountTest1 
1124ET6439616.04.2005 00:00:0083598.04 View
2124HI36647427.12.2004 00:00:0047142.7 View
3124HR8657802.11.2004 00:00:0055639.66 View
4124LF21729926.03.2004 00:00:0043369.3 View
5124NT14174825.11.2003 00:00:0045084.38 View
6128DI92511828.01.2003 00:00:0010549.01 View
7128FA46548218.10.2003 00:00:0024101.81 View
8128FH66823024.03.2004 00:00:0033820.62 View
9128IP38390118.11.2004 00:00:007466.32 View
10129DM82614008.12.2004 00:00:0026248.78 View
Add Export into CSV Print Search