DEMO SITE v1.7.32

Inline Editing Tailwind CSS 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
#CustomernumberChecknumberPaymentdateAmountTest1
Actions
11BO8640024.12.2020 00:00:00123457 View
210364OM314916.07.2020 00:00:00605002 View
3103600OM3149123.07.2020 00:00:00605000 View
411310HQ550220.12.2001 00:00:0014190 View
511221HQ5502329.06.1995 00:00:0099 View
6112HQ5502230.07.2020 00:00:0099 View
7113GG3145516.05.2003 00:00:0045870 View
8114MA7655215.12.2004 00:00:0082261 View
9114NP6038531.05.2003 00:00:007565 View
10114NR2755210.03.2004 00:00:0044894 View
Showing 1 to 10 of 279
Search