diff --git a/resources/views/client-traffic/index-test.blade.php b/resources/views/client-traffic/index-test.blade.php index 0f699fc..f69ce87 100644 --- a/resources/views/client-traffic/index-test.blade.php +++ b/resources/views/client-traffic/index-test.blade.php @@ -21,7 +21,7 @@
-
+
@@ -39,8 +39,8 @@
- - + +
@@ -55,22 +55,22 @@
-
+
@@ -154,14 +154,14 @@ }, columns: [ - {title: "Sender", field: "from", headerFilter:"input"}, - {title: "Msisdn", field: "to", headerFilter:"input"}, + {title: "Sender", field: "from", width:150, headerFilter:"input"}, + {title: "Msisdn", field: "to", width:150, headerFilter:"input"}, // {title: "Message", field: "message"}, - {title:"Message", field:"message" ,formatter:"textarea", headerFilter:"input"}, + {title:"Message", field:"message", width:350, formatter:"textarea", headerFilter:"input"}, // {title: "Status", field: "status"}, - {title: "Delivery Status", field: "deliveryStatus", headerFilter:"input", formatter: statusDesign}, + {title: "Delivery Status", field: "deliveryStatus", width:100, headerFilter:"input", formatter: statusDesign}, // {title: "Created At", field: "createdAt"}, - {title:"Date Created ", field:"createdAt", formatter:"datetime", headerFilter:"input", formatterParams:{ + {title:"Date Created ", field:"createdAt", width:200, formatter:"datetime", headerFilter:"input", formatterParams:{ inputFormat: "iso", outputFormat: "dd-MM-yyyy HH:mm:ss", invalidPlaceholder: "(invalid date)"