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
105.11.2003 00:00:0013.11.2003 00:00:0007.11.2003 00:00:00Shipped233 View Edit Remove
205.11.2003 00:00:0014.11.2003 00:00:0011.11.2003 00:00:00Shipped175 View Edit Remove
306.11.2003 00:00:0015.11.2003 00:00:0012.11.2003 00:00:00Shipped386 View Edit Remove
407.11.2003 00:00:0017.11.2003 00:00:0012.11.2003 00:00:00Shipped344 View Edit Remove
508.11.2003 00:00:0016.11.2003 00:00:0010.11.2003 00:00:00ShippedCustom shipping instructions sent to warehouse242 View Edit Remove
611.11.2003 00:00:0017.11.2003 00:00:0013.11.2003 00:00:00CancelledCustomer cancelled due to urgent budgeting…496 View Edit Remove
711.11.2003 00:00:0019.11.2003 00:00:0014.11.2003 00:00:00Shipped171 View Edit Remove
812.11.2003 00:00:0019.11.2003 00:00:0015.11.2003 00:00:00Shipped167 View Edit Remove
912.11.2003 00:00:0021.11.2003 00:00:0018.11.2003 00:00:00Shipped124 View Edit Remove
1013.11.2003 00:00:0022.11.2003 00:00:0015.11.2003 00:00:00ShippedWe need to keep in close contact with their…339 View Edit Remove
Add Export into CSV Print Search

Payments

#CustomernumberChecknumberPaymentdateAmount
1161NI90821405.08.2003 00:00:0028 View Edit Remove
2171GB878038hhh05.03.2004 06:37:2528 View Edit Remove
31727783-2091___09.09.2004 00:34:0028 View Edit Remove
417220-8589___20.04.2003 00:00:0028 View Edit Remove
5173GP54569813.05.2004 00:00:0028 View Edit Remove
6173IG46239729.03.2004 00:00:0020355.24 View Edit Remove
7175IO44891319.11.2003 00:00:0024879.08 View Edit Remove
8175PI1521510.07.2004 00:00:0042044.77 View Edit Remove
9177AU75083717.04.2004 00:00:0015183.63 View Edit Remove
10177CI38143519.01.2004 00:00:0047177.59 View Edit Remove
Add Export into CSV Print Search