DEMO SITE v1.7.20

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 
1On Holdxbvfdfgdffgd0 View Edit Remove
211.02.2003 00:00:0021.02.2003 00:00:0012.02.2003 00:00:00ShippedItem 1p145 View Edit Remove
317.02.2003 00:00:0024.02.2003 00:00:0021.02.2003 00:00:00ShippedGreat Item278 View Edit Remove
403.03.2003 00:00:0012.03.2003 00:00:0008.03.2003 00:00:00Shipped385 View Edit Remove
510.03.2003 00:00:0019.03.2003 00:00:0011.03.2003 00:00:00ShippedCustomer requested that FedEx Ground is used for…487 View Edit Remove
618.03.2003 00:00:0024.03.2003 00:00:0020.03.2003 00:00:00Shipped187 View Edit Remove
725.03.2003 00:00:0031.03.2003 00:00:0030.03.2003 00:00:00Shipped129 View Edit Remove
824.03.2003 00:00:0003.04.2003 00:00:0029.03.2003 00:00:00ShippedCustomer requested that ad materials (such as…144 View Edit Remove
926.03.2003 00:00:0002.04.2003 00:00:0027.03.2003 00:00:00Shipped124 View Edit Remove
1001.04.2003 00:00:0007.04.2003 00:00:0002.04.2003 00:00:00Shipped172 View Edit Remove
Add Export into CSV Print Search

Payments

#CustomernumberChecknumberPaymentdateAmount 
1141144146IN44625825.03.2005 00:00:0066071.55 View Edit Remove
2141JE105477PAUL18.03.2005 00:00:00120166.58 View Edit Remove
3141JN35528026.10.2003 00:00:0049539.37 View Edit Remove
4141JN72201025.02.2003 00:00:0040206.2 View Edit Remove
5141MF62960216.08.2004 00:00:0020009.53 View Edit Remove
6141NU62770617.05.2004 00:00:0026155.91 View Edit Remove
7144IR84630312.12.2004 00:00:0036005.71 View Edit Remove
8144LA68567809.04.2003 00:00:007674.94 View Edit Remove
9145CN32854503.07.2004 00:00:004710.73 View Edit Remove
10145ED39322MARK26.04.2004 00:00:0028211.7 View Edit Remove
Add Export into CSV Print Search