DEMO SITE v1.7.31

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!

Add
#CustomernumberChecknumberPaymentdateAmount
Actions
115812-123456_19.11.2004 00:00:007 View Edit
2161BR352384714.11.2004 16:00:377 View Edit
3161BR47849418.11.2003 00:00:007 View Edit
4161KG64412502.02.2005 00:00:0012692.1955 View Edit
5161NI90821405.08.2003 00:00:0012692.1955 View Edit
6167GN22884603.12.2003 00:00:0012692.1955 View Edit
7171GB87803815.03.2004 00:00:0018997.89 View Edit
8171IL10442522.11.2003 00:00:0042783.81 View Edit
917283-2091___09.09.2004 00:34:001960.8 View Edit
10172CE5175104.12.2004 00:00:0051209.58 View Edit
showing_records 1 to 10 of 635
Search