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