fixed-data-table-2
Advanced tools
Comparing version 0.8.11 to 0.8.12
@@ -17,3 +17,3 @@ <!--- Provide a general summary of the issue in the Title above --> | ||
<!--- Provide a link to a live example, or - --> | ||
<!--- Fork the jsfiddle to reproduce https://jsfiddle.net/uq8osbp1/ -> | ||
<!--- Fork the jsfiddle to reproduce https://codepen.io/alphalpha/pen/oqKJgG -> | ||
@@ -20,0 +20,0 @@ ## Context |
@@ -33,3 +33,3 @@ /** | ||
<a onClick={this._onSortChange}> | ||
{children} {sortDir ? (sortDir === SortTypes.DESC ? '↓' : '↑') : ''} | ||
{children} {sortDir ? (sortDir === SortTypes.DESC ? '↑' : '↓') : ''} | ||
</a> | ||
@@ -36,0 +36,0 @@ </Cell> |
@@ -39,3 +39,3 @@ /** | ||
FixedDataTableRoot.version = '0.8.11'; | ||
FixedDataTableRoot.version = '0.8.12'; | ||
module.exports = FixedDataTableRoot; |
@@ -115,2 +115,5 @@ 'use strict'; | ||
}, | ||
faceRef: function faceRef(ref) { | ||
this.face = ref; | ||
}, | ||
render: function render() /*?object*/{ | ||
@@ -187,3 +190,3 @@ if (!this.state.scrollable) { | ||
_React2.default.createElement('div', { | ||
ref: 'face', | ||
ref: this.faceRef, | ||
className: faceClassName, | ||
@@ -304,3 +307,3 @@ style: faceStyle | ||
if (event.target !== _ReactDOM2.default.findDOMNode(this.refs.face)) { | ||
if (event.target !== _ReactDOM2.default.findDOMNode(this.face)) { | ||
// Both `offsetX` and `layerX` are non-standard DOM property but they are | ||
@@ -307,0 +310,0 @@ // magically available for browsers somehow. |
{ | ||
"name": "fixed-data-table-2", | ||
"version": "0.8.11", | ||
"version": "0.8.12", | ||
"description": "A React table component designed to allow presenting thousands of rows of data.", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1102925
100
19497