1 line
10 KiB
JavaScript
1 line
10 KiB
JavaScript
|
"use strict";var KTAppsContactsListDatatable={init:function(){$("#kt_datatable").KTDatatable({data:{type:"remote",source:{read:{url:HOST_URL+"/api/datatables/demos/default.php"}},pageSize:10,serverPaging:!0,serverFiltering:!0,serverSorting:!0},layout:{scroll:!1,footer:!1},sortable:!0,pagination:!0,search:{input:$("#kt_subheader_search_form"),delay:400,key:"generalSearch"},columns:[{field:"RecordID",title:"#",sortable:"asc",width:40,type:"number",selector:!1,textAlign:"left",template:function(t){return'<span class="font-weight-bolder">'+t.RecordID+"</span>"}},{field:"OrderID",title:"Customer",width:250,template:function(t){var l=KTUtil.getRandomInt(1,10);return'<div class="d-flex align-items-center"> <div class="symbol symbol-50 symbol-sm flex-shrink-0"> <div class="symbol-label"> <img class="h-75 align-self-end" src="assets/media/svg/avatars/'+("F"==t.Gender?{1:{file:"002-girl.svg"},2:{file:"003-girl-1.svg"},3:{file:"006-girl-3.svg"},4:{file:"012-girl-5.svg"},5:{file:"013-girl-6.svg"},6:{file:"019-girl-10.svg"},7:{file:"020-girl-11.svg"},8:{file:"030-girl-17.svg"},9:{file:"037-girl-20.svg"},10:{file:"039-girl-21.svg"}}[l].file:{1:{file:"001-boy.svg"},2:{file:"004-boy-1.svg"},3:{file:"011-boy-5.svg"},4:{file:"021-boy-8.svg"},5:{file:"032-boy-13.svg"},6:{file:"035-boy-15.svg"},7:{file:"040-boy-17.svg"},8:{file:"045-boy-20.svg"},9:{file:"049-boy-22.svg"},10:{file:"048-boy-21.svg"}}[l].file)+'" alt="photo"/> </div> </div> <div class="ml-4"> <div class="text-dark-75 font-weight-bolder font-size-lg mb-0">'+t.CompanyAgent+'</div> <a href="#" class="text-muted font-weight-bold text-hover-primary">'+t.CompanyEmail+"</a> </div> </div>"}},{field:"Country",title:"Country",template:function(t){var l="";return l+='<div class="font-weight-bolder font-size-lg mb-0">'+t.Country+"</div>",l+='<div class="font-weight-bold text-muted">Code: '+t.ShipCountry+"</div>"}},{field:"ShipDate",title:"Ship Date",type:"date",format:"MM/DD/YYYY",template:function(t){var l="",e=KTUtil.getRandomInt(1,4);return l+='<div class="font-weight-bolder text-primary mb-0">'+t.ShipDate+"</div>",l+='<div class="text-muted">'+{1:{title:"Paid",class:" label-light-primary"},2:{title:"Approved",class:" label-light-danger"},3:{title:"Pending",class:" label-light-primary"},4:{title:"Rejected",class:" label-light-success"}}[e].title+"</div>"}},{field:"CompanyName",title:"Company Name",template:function(t){var l="";return l+='<div class="font-weight-bold text-muted">'+t.CompanyName+"</div>"}},{field:"Status",title:"Status",template:function(t){var l={1:{title:"Pending",class:" label-light-primary"},2:{title:"Delivered",class:" label-light-danger"},3:{title:"Canceled",class:" label-light-primary"},4:{title:"Success",class:" label-light-success"},5:{title:"Info",class:" label-light-info"},6:{title:"Danger",class:" label-light-danger"},7:{title:"Warning",class:" label-light-warning"}};return'<span class="label label-lg font-weight-bold '+l[t.Status].class+' label-inline">'+l[t.Status].title+"</span>"}},{field:"Actions",title:"Actions",sortable:!1,width:130,overflow:"visible",autoHide:!1,template:function(){return' <div class="dropdown dropdown-inline"> <a href="javascript:;" class="btn btn-sm btn-default btn-text-primary btn-hover-primary btn-icon mr-2" data-toggle="dropdown"> <span class="svg-icon svg-icon-md"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1" class="svg-icon"> <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> <rect x="0" y="0" width="24" height="24"/> <path d="M7,3 L
|