Merge branch 'features/ui-improvements' into jenkins_with_weblogic
This commit is contained in:
@@ -303,6 +303,12 @@
|
||||
return cellvalue;
|
||||
}
|
||||
|
||||
function trimFormatter(cellvalue, options, rowObject) {
|
||||
|
||||
return cellvalue ? String(cellvalue).trim() : '';
|
||||
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
console.log(roleString);
|
||||
|
||||
@@ -373,7 +379,7 @@
|
||||
{name: 'TRACKASISKEY1CTNT', hidden: true},
|
||||
{name: 'TRACKASISKEY2CTNT', hidden: true},
|
||||
|
||||
{name: 'EAISVCSERNO_TMP', align: 'left', width: '220'},
|
||||
{name: 'EAISVCSERNO_TMP', align: 'left', width: '220', formatter: trimFormatter},
|
||||
{name: 'KEYMGTMSGCTNT', align: 'left', width: '240'},
|
||||
{name: 'LOGPRCSSSERNO_TMP', align: 'center', width: '40'},
|
||||
{name: 'TELGMRECVTRANCD', align: 'left', width: '135', hidden: true},
|
||||
|
||||
Reference in New Issue
Block a user