increase initial page load to 1000 and removed message status

This commit is contained in:
Kwesi Banson Jnr
2026-04-09 20:00:16 +00:00
parent ffde370ed3
commit fc6f5e8300
3 changed files with 9 additions and 4 deletions

View File

@@ -157,9 +157,9 @@
{title: "Sender", field: "from", width:150, headerFilter:"input"},
{title: "Msisdn", field: "to", width:150, headerFilter:"input"},
// {title: "Message", field: "message"},
{title:"Message", field:"message", width:350, formatter:"textarea", headerFilter:"input"},
{title:"Message", field:"message", width:450, formatter:"textarea", headerFilter:"input"},
// {title: "Status", field: "status"},
{title: "Delivery Status", field: "deliveryStatus", width:100, 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", width:200, formatter:"datetime", headerFilter:"input", formatterParams:{
inputFormat: "iso",