Removed sorting on some manual search columns

This commit is contained in:
Mark McDowall 2014-12-12 15:13:59 -08:00
parent 7aee3c5ac4
commit cf0863a89d
1 changed files with 23 additions and 21 deletions

View File

@ -48,12 +48,14 @@ define(
{
name : 'rejections',
label : '',
cell : ApprovalStatusCell
cell : ApprovalStatusCell,
sortable : false
},
{
name : 'download',
label : '',
cell : DownloadReportCell
cell : DownloadReportCell,
sortable : false
}
],