DEMO SITE v1.7.26

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 Execution time: 0.003 sMemory usage: 0.11 MB
Search
#CustomernumberChecknumberPaymentdateAmount
Actions
1103HQ33633629.10.2004 00:00:006074 View Edit
2103JM55520505.06.2003 00:00:006074 View Edit
3103OM31493318.12.2004 00:00:006074 View Edit
411286-482324517.12.2004 00:00:006074 View Edit
511255-022545406.06.2003 00:00:0032641.98 View Edit
6112ND74857920.08.2004 00:00:0033347.88 View Edit
7114GG3145516.05.2003 00:00:0045864.03 View Edit
8114MA76551515.12.2004 00:00:0082261.22 View Edit
9114NP60384031.05.2003 00:00:007565.08 View Edit
10114NR2755210.03.2004 00:00:0044894.25 View Edit
?>