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.
- package/dist/jquery.dgtable.cjs.js +2 -2
- package/dist/jquery.dgtable.cjs.js.map +1 -1
- package/dist/jquery.dgtable.cjs.min.js +2 -2
- package/dist/jquery.dgtable.cjs.min.js.map +1 -1
- package/dist/jquery.dgtable.es6.js +2 -2
- package/dist/jquery.dgtable.es6.js.map +1 -1
- package/dist/jquery.dgtable.es6.min.js +2 -2
- package/dist/jquery.dgtable.es6.min.js.map +1 -1
- package/dist/jquery.dgtable.umd.js +2 -2
- package/dist/jquery.dgtable.umd.js.map +1 -1
- package/dist/jquery.dgtable.umd.min.js +2 -2
- package/dist/jquery.dgtable.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/index.js +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* jquery.dgtable 0.6.
|
|
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 =
|
|
3613
|
+
allowCellPreview = o.allowCellPreview;
|
|
3614
3614
|
|
|
3615
3615
|
row.className = rowClassName;
|
|
3616
3616
|
if (index % 2 === 1)
|