DEMO SITE v1.7.31

Inline Editing (Multiple Instances) Minimal theme

Inline Editing for two xcrud instances

HIDE CODE
<?php
	$xcrud1 = Xcrud::get_instance();
    $xcrud1->table('orders');
	$xcrud1->fields_inline('orderNumber,orderDate,requiredDate,shippedDate,comments');//set the fields to allow inline editing
    echo $xcrud1->render();
    
    $xcrud2 = Xcrud::get_instance();
    $xcrud2->table('payments');
	$xcrud2->fields_inline('customerNumber,checkNumber,paymentDate,amount');//set the fields to allow inline editing
    echo $xcrud2->render();
?>

Orders

#OrderdateRequireddateShippeddateStatusCommentsCustomernumber
118.10.2003 00:00:0026.10.2003 00:00:0019.10.2003 00:00:00Shipped321 View Edit Remove
220.10.2003 00:00:0027.10.2003 00:00:0024.10.2003 00:00:00Shipped424 View Edit Remove
321.10.2003 00:00:0030.10.2003 00:00:0023.10.2003 00:00:00ShippedQuesto ordine è stato contestato, ma risolto…452 View Edit Remove
422.10.2003 00:00:0031.10.2003 00:00:0026.12.2003 00:00:00ShippedThis order was on hold because customers's credit…148 View Edit Remove
521.10.2003 00:00:0030.10.2003 00:00:0027.10.2003 00:00:00Shipped462 View Edit Remove
623.10.2003 00:00:0030.10.2003 00:00:00CancelledCustomer called to cancel. The warehouse was…448 View Edit Remove
728.10.2003 00:00:0003.11.2003 00:00:0001.11.2003 00:00:00Shipped161 View Edit Remove
804.11.2003 00:00:0014.11.2003 00:00:0009.11.2003 00:00:00Shipped276 View Edit Remove
904.11.2003 00:00:0012.11.2003 00:00:0007.11.2003 00:00:00Shipped452 View Edit Remove
1005.11.2003 00:00:0013.11.2003 00:00:0007.11.2003 00:00:00Shipped233 View Edit Remove
Add Export into CSV Print Search

Payments

#CustomernumberChecknumberPaymentdateAmount
1157tguthutyu56756719.11.2004 00:00:005500 View Edit Remove
2161BR35238414.11.2004 00:00:005500 View Edit Remove
3161BR47849418.11.2003 00:00:0050743.65 View Edit Remove
4161KG64412502.02.2005 00:00:0012692.19 View Edit Remove
5161NI90821405.08.2003 00:00:0038675.13 View Edit Remove
6167GN22884603.12.2003 00:00:0085024.46 View Edit Remove
7171GB87803815.03.2004 00:00:0018997.89 View Edit Remove
8171IL10442522.11.2003 00:00:0042783.81 View Edit Remove
9172AD83209109.09.2004 00:00:001960.8 View Edit Remove
10172CE5175104.12.2004 00:00:0051209.58 View Edit Remove
Add Export into CSV Print Search