代码示例:
<th data-options="field:'encryptIdentificationNo',width:'140',sortable:false,formatter:'encryptIdentificationNoText'">证件号</th>
function encryptIdentificationNoText(value, rowData, rowIndx) {
return $('<div/>').html($('<span/>').attr('title', rowData.identificationNo).text(value)).html();
}