DEMO SITE v1.7.24

Inline Editing Bootstrap 4.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!

#CustomernumberChecknumberPaymentdateAmountTest1 
1124AE21543305.03.2005 00:00:00101244.59 View
2124BG25540628.08.2004 00:00:0085410.87 View
3124CQ28796711.04.2003 00:00:0011044.3 View
4124ET6439616.04.2005 00:00:0083598.04 View
5124HI36647427.12.2004 00:00:0047142.7 View
6124HR8657802.11.2004 00:00:0055639.66 View
7124KI13171615.08.2003 00:00:00111654.4 View
8124LF21729926.03.2004 00:00:0043369.3 View
9124NT14174825.11.2003 00:00:0045084.38 View
10128DI92511828.01.2003 00:00:0010549.01 View
Search