DEMO SITE v1.7.31

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!

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