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
1141MC4694609.07.2004 00:00:0035420.74 View Edit
2141MF62960216.08.2004 00:00:0035420.74 View Edit
3141NU62770617.05.2004 00:00:0026155 View Edit
4144IR84630312.12.2004 00:00:0036005.71 View Edit
5144LA68567809.04.2003 00:00:007674.94 View Edit
6145CN32854503.07.2004 00:00:004710.73 View Edit
7145ED3932226.04.2004 00:00:0028211.7 View Edit
8145JJ24639120.02.2003 00:00:0053959.21 View Edit
9146FP54981718.03.2004 00:00:0040978.9 View Edit
10146FU7934108916.01.2004 00:00:0049614.9 View Edit
Search