Inline Editing

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
Actions
110364OM3149616.07.2020 00:00:003 View
2103600OM3149123.07.2020 00:00:003rus View
311310HQ550220.12.2001 00:00:0040000 View
4112HQ5502230.07.2020 00:00:0040000 View
5113GG3145516.05.2003 00:00:0045870 View
6114MA7655215.12.2004 00:00:0082261 View
7114NP6038531.05.2003 00:00:007565 View
8114NR2755210.03.2004 00:00:0044894 View
9119DB93370414.11.2004 00:00:0019501.82 View
10119LN37344708.08.2004 00:00:0047924.19 View
Search