jquery.dgtable 0.6.8 → 0.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * jquery.dgtable 0.6.8
2
+ * jquery.dgtable 0.6.9
3
3
  * git://github.com/danielgindi/jquery.dgtable.git
4
4
  */
5
5
  'use strict';
@@ -311,7 +311,11 @@ var ordinaryToPrimitive$1 = function (input, pref) {
311
311
  throw $TypeError$4("Can't convert object to primitive value");
312
312
  };
313
313
 
314
- var shared$3 = {exports: {}};
314
+ var sharedExports = {};
315
+ var shared$3 = {
316
+ get exports(){ return sharedExports; },
317
+ set exports(v){ sharedExports = v; },
318
+ };
315
319
 
316
320
  var global$8 = global$b;
317
321
 
@@ -379,7 +383,7 @@ var uid$2 = function (key) {
379
383
  };
380
384
 
381
385
  var global$6 = global$b;
382
- var shared$2 = shared$3.exports;
386
+ var shared$2 = sharedExports;
383
387
  var hasOwn$7 = hasOwnProperty_1;
384
388
  var uid$1 = uid$2;
385
389
  var NATIVE_SYMBOL$1 = symbolConstructorDetection;
@@ -566,7 +570,11 @@ var createNonEnumerableProperty$2 = DESCRIPTORS$3 ? function (object, key, value
566
570
  return object;
567
571
  };
568
572
 
569
- var makeBuiltIn$2 = {exports: {}};
573
+ var makeBuiltInExports = {};
574
+ var makeBuiltIn$2 = {
575
+ get exports(){ return makeBuiltInExports; },
576
+ set exports(v){ makeBuiltInExports = v; },
577
+ };
570
578
 
571
579
  var DESCRIPTORS$2 = descriptors;
572
580
  var hasOwn$5 = hasOwnProperty_1;
@@ -608,7 +616,7 @@ var WeakMap$1 = global$4.WeakMap;
608
616
 
609
617
  var weakMapBasicDetection = isCallable$5(WeakMap$1) && /native code/.test(String(WeakMap$1));
610
618
 
611
- var shared$1 = shared$3.exports;
619
+ var shared$1 = sharedExports;
612
620
  var uid = uid$2;
613
621
 
614
622
  var keys = shared$1('keys');
@@ -742,7 +750,7 @@ Function.prototype.toString = makeBuiltIn$1(function toString() {
742
750
 
743
751
  var isCallable$3 = isCallable$c;
744
752
  var definePropertyModule$2 = objectDefineProperty;
745
- var makeBuiltIn = makeBuiltIn$2.exports;
753
+ var makeBuiltIn = makeBuiltInExports;
746
754
  var defineGlobalProperty$1 = defineGlobalProperty$3;
747
755
 
748
756
  var defineBuiltIn$1 = function (O, key, value, options) {
@@ -4505,6 +4513,7 @@ DGTable.prototype.sort = function (column, descending, add) {
4505
4513
  }
4506
4514
  }
4507
4515
 
4516
+ if (p.virtualListHelper)
4508
4517
  p.virtualListHelper.invalidate().render();
4509
4518
 
4510
4519
  // Build output for event, with option names that will survive compilers