jquery.dgtable 0.6.4 → 0.6.5

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.4
2
+ * jquery.dgtable 0.6.5
3
3
  * git://github.com/danielgindi/jquery.dgtable.git
4
4
  */
5
5
  'use strict';
@@ -3612,7 +3612,7 @@ DGTable.prototype._setupVirtualTable = function () {var _p$filteredRows;
3612
3612
  onItemRender: (row, index) => {
3613
3613
  const rows = p.filteredRows || p.rows,
3614
3614
  isDataFiltered = !!p.filteredRows,
3615
- allowCellPreview = p.allowCellPreview;
3615
+ allowCellPreview = o.allowCellPreview;
3616
3616
 
3617
3617
  row.className = rowClassName;
3618
3618
  if (index % 2 === 1)