DEMO SITE v1.7.31

Inline Editing (Multiple Instances) Bootstrap 5 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

Add
#OrderdateRequireddateShippeddateStatusCommentsCustomernumber
Actions
121.10.2003 00:00:0030.10.2003 00:00:0027.10.2003 00:00:00Shipped462 View Edit Remove
228.10.2003 00:00:0003.11.2003 00:00:0001.11.2003 00:00:00Shipped161 View Edit Remove
304.11.2003 00:00:0014.11.2003 00:00:0009.11.2003 00:00:00Shipped276 View Edit Remove
404.11.2003 00:00:0012.11.2003 00:00:0007.11.2003 00:00:00Shipped452 View Edit Remove
505.11.2003 00:00:0013.11.2003 00:00:0007.11.2003 00:00:00Shipped233 View Edit Remove
605.11.2003 00:00:0014.11.2003 00:00:0011.11.2003 00:00:00Shipped175 View Edit Remove
706.11.2003 00:00:0015.11.2003 00:00:0012.11.2003 00:00:00Shipped386 View Edit Remove
807.11.2003 00:00:0017.11.2003 00:00:0012.11.2003 00:00:00Shipped344 View Edit Remove
908.11.2003 00:00:0016.11.2003 00:00:0010.11.2003 00:00:00ShippedCustom shipping instructions sent to warehouse242 View Edit Remove
1011.11.2003 00:00:0017.11.2003 00:00:0013.11.2003 00:00:00CancelledCustomer cancelled due to urgent budgeting…496 View Edit Remove
showing_records 1 to 10 of 325
Search

Payments

Add
#CustomernumberChecknumberPaymentdateAmount
Actions
1161Germany18.11.2003 00:00:0099 View Edit Remove
2161KG64412502.02.2005 00:00:0058 View Edit Remove
3161NI90821405.08.2003 00:00:0028 View Edit Remove
4167GN22884605.12.2003 00:00:0028 View Edit Remove
5171GB878038hhh05.03.2004 06:37:2528 View Edit Remove
6171IL10442522.11.2003 00:00:0028 View Edit Remove
71727783-2091___09.09.2004 00:34:0028 View Edit Remove
8172EH20858920.04.2003 00:00:0028 View Edit Remove
9173GP54569813.05.2004 00:00:0028 View Edit Remove
10173IG46239729.03.2004 00:00:0020355.24 View Edit Remove
showing_records 1 to 10 of 690
Search