DEMO SITE v1.7.26

CKEditor and custom Bootstrap 5 theme

CKEditor loading and custom field types

HIDE CODE
<?php
    Xcrud_config::$editor_url = dirname($_SERVER["SCRIPT_NAME"]).'/../editors/ckeditor/ckeditor.js'; // can be set in config
	$xcrud = Xcrud::get_instance();
    $xcrud->table('orders');
    $xcrud->change_type('status','select','','On Hold,In Process,Resolved,Shipped,Disputed,Cancelled');
    $xcrud->change_type('orderDate','none');
    echo $xcrud->render();
?>

Orders

#OrderdateRequireddateShippeddateStatusCommentsCustomernumber
Actions
12003-02-11 00:00:0029.07.2020 00:00:0030.07.2020 00:00:00ShippedGreat363 View Edit Remove
22003-01-09 00:00:0012.01.2003 00:00:0025.01.2003 00:00:00CompletedCheck on availability.128 View Edit Remove
32003-01-10 00:00:0018.01.2003 00:00:0014.01.2003 00:00:00Shipped181 View Edit Remove
42003-01-29 00:00:0007.02.2003 00:00:0002.02.2003 00:00:00Shipped121 View Edit Remove
52003-01-31 00:00:0009.02.2003 00:00:0001.02.2003 00:00:00Shipped141 View Edit Remove
62003-02-11 00:00:0021.02.2003 00:00:0012.02.2003 00:00:00ShippedItem 1145 View Edit Remove
72003-02-17 00:00:0024.02.2003 00:00:0021.02.2003 00:00:00ShippedGreat Item278 View Edit Remove
82003-02-24 00:00:0003.03.2003 00:00:0026.02.2003 00:00:00ShippedDifficult to negotiate with customer. We need…131 View Edit Remove
92003-03-03 00:00:0012.03.2003 00:00:0008.03.2003 00:00:00Shipped385 View Edit Remove
102003-03-10 00:00:0019.03.2003 00:00:0011.03.2003 00:00:00ShippedCustomer requested that FedEx Ground is used for…486 View Edit Remove
Search Execution time: 0.005 sMemory usage: 0.18 MB