Inline Editing (Multiple Instances)

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

#OrderdateRequireddateShippeddateStatusActionCommentsCustomernumber
Actions
106.11.2003 00:00:0014.11.2003 00:00:0015.11.2003 00:00:00Shipped0324 View Edit Remove
206.11.2003 00:00:0015.11.2003 00:00:0012.11.2003 00:00:00Shipped0386 View Edit Remove
308.11.2003 00:00:0016.11.2003 00:00:0010.11.2003 00:00:00Shipped0Custom shipping instructions sent to warehouse242 View Edit Remove
412.11.2003 00:00:0019.11.2003 00:00:0015.11.2003 00:00:00Shipped0167 View Edit Remove
512.11.2003 00:00:0021.11.2003 00:00:0018.11.2003 00:00:00Shipped0124 View Edit Remove
613.11.2003 00:00:0022.11.2003 00:00:0015.11.2003 00:00:00Shipped0We need to keep in close contact with their…339 View Edit Remove
714.11.2003 00:00:0022.11.2003 00:00:0020.11.2003 00:00:00Shipped0484 View Edit Remove
814.11.2003 00:00:0021.11.2003 00:00:0020.11.2003 00:00:00Shipped0320 View Edit Remove
914.11.2003 00:00:0020.11.2003 00:00:0018.11.2003 00:00:00Shipped0888 They want to reevaluate their terms agreement…489 View Edit Remove
1015.11.2003 00:00:0024.11.2003 00:00:0016.11.2003 00:00:00Shipped0211 View Edit Remove
Search

Payments

#CustomernumberChecknumberPaymentdateAmountTest1
Actions
1141JN72201012.02.2003 00:00:0050 View Edit Remove
2141KT5257809.12.2003 00:00:0063843.55 View Edit Remove
3141MC4694609.07.2004 00:00:0035420.74 View Edit Remove
4141MF62960216.08.2004 00:00:0020009.53 View Edit Remove
5141NU62770617.05.2004 00:00:0026155 View Edit Remove
6144IR84630312.12.2004 00:00:0036005.71 View Edit Remove
7144LA68567809.04.2003 00:00:007674.94 View Edit Remove
8145CN32854503.07.2004 00:00:004710.73 View Edit Remove
9145ED3932226.04.2004 00:00:0028211.7 View Edit Remove
10145HR18268801.12.2004 00:00:0020564.86 View Edit Remove
Search