DEMO SITE v1.7.24

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!

#CustomernumberChecknumberPaymentdateAmountTest1 
1124AE21543305.03.2005 00:00:00101244.59 View Edit
2124BG25540628.08.2004 00:00:0085410.87 View Edit
3124ET6439616.04.2005 00:00:0083598.04 View Edit
4124HI36647427.12.2004 00:00:0047142.7 View Edit
5124HR8657802.11.2004 00:00:0055639.66 View Edit
612496KI13171615.08.2003 00:00:00111654.4 View Edit
7124LF21729926.03.2004 00:00:0043369.3 View Edit
8124NT14174825.11.2003 00:00:0045084.38 View Edit
9128DI92511828.01.2003 00:00:0010549.01 View Edit
10128FA46548218.10.2003 00:00:0024101.81 View Edit
Search