Skip to content

Commit 0035daf

Browse files
targetting 2.9.2
1 parent ac15c93 commit 0035daf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

js/isogram.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ PxWidget - ISOGRAM
44
// Init
55
var pxWidget = pxWidget || {};
66
pxWidget.debug = false; // Enable/Disable minified JS/CSS resources
7-
pxWidget.root = 'https://cdn.jsdelivr.net/gh/CSOIreland/PxWidget@2.9.1/';
7+
pxWidget.root = 'https://cdn.jsdelivr.net/gh/CSOIreland/PxWidget@2.9.2/';
88

99
(function (i, s, o, g, r, a, m) {
1010
i[r].queue = i[r].queue || function () {

js/table.library.custom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ pxWidget.customTable.renderPivotedTable = function (pivotedResult, id) {
414414

415415
let timeColumnIndex = pxWidget.draw.params[id].rowFields.indexOf(timeDimensionCode);
416416

417-
if (timeColumnIndex >= 0) {
417+
if (timeColumnIndex >= 0 && !pxWidget.draw.params[id].options.order.length) {
418418
//sorting of time by code instead of label
419419
pivotTableOptions.columnDefs.push({
420420
targets: timeColumnIndex,

0 commit comments

Comments
 (0)