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
  import jQuery from 'jquery';
@@ -3610,7 +3610,7 @@ DGTable.prototype._setupVirtualTable = function () {var _p$filteredRows;
3610
3610
  onItemRender: (row, index) => {
3611
3611
  const rows = p.filteredRows || p.rows,
3612
3612
  isDataFiltered = !!p.filteredRows,
3613
- allowCellPreview = p.allowCellPreview;
3613
+ allowCellPreview = o.allowCellPreview;
3614
3614
 
3615
3615
  row.className = rowClassName;
3616
3616
  if (index % 2 === 1)