Removed sorting on some manual search columns

pull/4/head
Mark McDowall 10 years ago
parent 7aee3c5ac4
commit cf0863a89d

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

Loading…
Cancel
Save