react-table-hoc-fixed-columns
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -49,2 +49,4 @@ "use strict"; | ||
var enableStickyPosition = function enableStickyPosition() { | ||
if (!document) return true; // document is undefined in SSR | ||
var el = document.createElement('a'); | ||
@@ -51,0 +53,0 @@ var mStyle = el.style; |
{ | ||
"name": "react-table-hoc-fixed-columns", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "ReactTable HOC for fixed columns", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
37842
498