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
1141JN72201012.02.2003 00:00:0050 View Edit
2141KT5257809.12.2003 00:00:0063843.55 View Edit
3141MC4694609.07.2004 00:00:0035420.74 View Edit
4141MF62960216.08.2004 00:00:0020009.53 View Edit
5141NU62770617.05.2004 00:00:0026155 View Edit
6144IR84630312.12.2004 00:00:0036005.71 View Edit
7144LA68567809.04.2003 00:00:007674.94 View Edit
8145CN32854503.07.2004 00:00:004710.73 View Edit
9145ED3932226.04.2004 00:00:0028211.7 View Edit
10145HR18268801.12.2004 00:00:0020564.86 View Edit
Search