This commit is contained in:
2021-02-06 00:31:14 +00:00
parent f8e965aadc
commit 4df81f485d
2 changed files with 12 additions and 7 deletions

View File

@@ -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);
}