This commit is contained in:
@@ -884,9 +884,13 @@ function buildHeaders(columnData) {
|
||||
h.flt = true;
|
||||
}
|
||||
//Sortable?
|
||||
if (!cm.ns) {
|
||||
//yes, is sortable
|
||||
h.srt = true;
|
||||
// if (!cm.ns) {
|
||||
// //yes, is sortable
|
||||
// h.srt = true;
|
||||
// } else
|
||||
|
||||
if (cm.ns) {
|
||||
h.sortable = false;
|
||||
}
|
||||
ret.push(h);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user