staff members,senderid, documents,bug fixes, etc

This commit is contained in:
Kwesi Banson
2023-07-27 01:33:36 +00:00
parent f2279bd13a
commit ea6d83e5d9
154 changed files with 21442 additions and 246 deletions

View File

@@ -110,6 +110,16 @@
field: "country",
sorter: "string",
},
{
title: "Flag",
field: "theflag",
formatter:"image", formatterParams:{
height:"20px",
width:"30px",
// urlPrefix:"http://website.com/images/",
// urlSuffix:".png",
}
},
{
title: "Last Modified By",
field: "modifiedBy",
@@ -119,7 +129,6 @@
rowClick:function(e, row){
var userID = row.getData().id;
console.log(userID);
//$('#userEditModal').modal('show');
},
});