DEMO SITE v1.7.20

Inline Editing (Double Click) Bootstrap 4.5 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!

#CustomernumberChecknumberPaymentdateAmount 
1209PH78593704.05.2004 00:00:0036069.26 View Edit
2211BJ53523009.12.2003 00:00:0045480.79 View Edit
3216MM34208614.12.2003 00:00:0040473.86 View Edit
4219BN1787002.03.2005 00:00:003452.75 View Edit
5219BR94148018.10.2003 00:00:004465.85 View Edit
6227MQ41396831.10.2003 00:00:0036164.46 View Edit
7227NU2132602.11.2004 00:00:0053745.34 View Edit
8233II18000601.07.2004 00:00:0022997.45 View Edit
9239NQ86554715.03.2004 00:00:0080375.24 View Edit
10240IF24515716.11.2004 00:00:0046788.14 View Edit
Search