DEMO SITE v1.7.20

Inline Editing Bootstrap 5 theme

Inline Editing - Single Click on any cell and begin editing

HIDE CODE
<?php
    $xcrud = Xcrud::get_instance();	
	$xcrud->table_name('Payments - Single click cell to edit!');
	$xcrud->table('payments');
	$xcrud->unset_remove();
	$xcrud->fields_inline('customerNumber,checkNumber,paymentDate,amount');//set the fields to allow inline editing
	$xcrud->unset_edit();
	$xcrud->set_logging(true);
    echo $xcrud->render();
?>

Payments - Single click cell to edit!

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