DEMO SITE v1.7.20

Inline Editing (Double Click) Default theme

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!

Add Export into CSV Print
Search
#CustomernumberChecknumberPaymentdateAmount 
1141144146IN44625825.03.2005 00:00:0066071.55 View Edit
2141JE105477PAUL18.03.2005 00:00:00120166.58 View Edit
3141JN35528026.10.2003 00:00:0049539.37 View Edit
4141JN72201025.02.2003 00:00:0040206.2 View Edit
5141MF62960216.08.2004 00:00:0020009.53 View Edit
6141NU62770617.05.2004 00:00:0026155.91 View Edit
7144IR84630312.12.2004 00:00:0036005.71 View Edit
8144LA68567809.04.2003 00:00:007674.94 View Edit
9145CN32854503.07.2004 00:00:004710.73 View Edit
10145ED39322MARK26.04.2004 00:00:0028211.7 View Edit