Inline Editing (Double Click)

Inline Editing - One Column Only(Customer Number) - Double Click

HIDE CODE
<?php
	
	$xcrud = Xcrud::get_instance();	
	$xcrud->table_name("Employees - Inline Editing - Double Click on 'Customer Number' Column to edit!");
	$xcrud->table('payments');
	$xcrud->unset_remove();
	$xcrud->fields_inline('customerNumber');//set the fields to allow inline editing
	$xcrud->inline_edit_click('double_click');//can be 'double_click' or 'single_click'
	$xcrud->set_logging(true);
    echo $xcrud->render();

?>

Employees - Inline Editing - Double Click on 'Customer Number' Column to edit!

#CustomernumberChecknumberPaymentdateAmountTest1
Actions
114133454HJ3268630.01.2004 00:00:00100- View Edit
2141ID1096231.12.2004 00:00:00100 View Edit
3141IN44625826.03.2005 00:00:0020 View Edit
4141JE10547718.03.2005 00:00:001200 View Edit
5141JN35528026.10.2003 00:00:001200 View Edit
6141JN72201025.02.2003 00:00:00100.11 View Edit
7141KT5257809.12.2003 00:00:0063843.55 View Edit
8141MC4694609.07.2004 00:00:0035420.74 View Edit
9141MF62960216.08.2004 00:00:0020009.53 View Edit
10141NU62770617.05.2004 00:00:0026155 View Edit
Search