DEMO SITE v1.7.31

Inline Editing (Multiple Instances) Semantic UI 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
Actions
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
712.11.2003 00:00:0019.11.2003 00:00:0015.11.2003 00:00:00Shipped167 View Edit Remove
812.11.2003 00:00:0021.11.2003 00:00:0018.11.2003 00:00:00Shipped124 View Edit Remove
913.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
1014.11.2003 00:00:0022.11.2003 00:00:0020.11.2003 00:00:00Shipped484 View Edit Remove
Search

Payments

#CustomernumberChecknumberPaymentdateAmount
Actions
1171GB878038hhh05.03.2004 06:37:2528 View Edit Remove
21727783-2091___09.09.2004 00:34:0028 View Edit Remove
317220-8589___20.04.2003 00:00:0028 View Edit Remove
4173GP54569813.05.2004 00:00:0028 View Edit Remove
5173IG46239729.03.2004 00:00:0020355.24 View Edit Remove
6175IO44891319.11.2003 00:00:0024879.08 View Edit Remove
7175PI1521510.07.2004 00:00:0042044.77 View Edit Remove
8177AU75083717.04.2004 00:00:0015183.63 View Edit Remove
9177CI38143519.01.2004 00:00:0047177.59 View Edit Remove
10181CM56461225.04.2004 00:00:0022602.36 View Edit Remove
Search