Hi,
Is there a way to disable the links to company and assigned users in lists?
Peter
Is there a way to disable the links to company and assigned users in lists?
Peter
[
{
"name": "name",
"link": true
},
{
"name": "accountName",
"width": 25
},
{
"name": "emailAddress",
"width": 20,
"notSortable": true,
"view":"views/fields/varchar"
},
{
"name": "phoneNumber",
"width": 18,
"notSortable": true,
"view":"views/fields/varchar"
}
]
Comment