我Company
在ExtJs gridPanel中有一个专栏。
在后端我提出了一个条件 -
{id:'Company',header: "Company", sortable: true, dataIndex: 'comp',
renderer: function(value, cell) {
if(status='unemployed')
{ return 'n/a';}
}
现在,如果该列具有, , ,等值'Apple'
,则它没有按正确的顺序排序。分拣时应该如何处理?'Google'
'n/a'
'Microsoft'
'n/a'