fast-table
Advanced tools
Comparing version 1.4.8-beta.9 to 1.4.8-beta.10
{ | ||
"name": "fast-table", | ||
"version": "1.4.8-beta.9", | ||
"version": "1.4.8-beta.10", | ||
"description": "react table fast", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -154,2 +154,3 @@ import React from 'react'; | ||
record[DS._height] = height; | ||
record[DS._key] = this._rowKey(record, index); | ||
record[DS._expandedEnable] = children.length > 0; | ||
@@ -183,3 +184,2 @@ if (this.isFixed(record)) { | ||
record[DS._top] = this._bodyHeight; | ||
record[DS._key] = this._rowKey(record, data.length); | ||
record[DS._rowClassName] = this._rowClassName(record, data.length); | ||
@@ -210,3 +210,3 @@ this._bodyHeight += record[DS._height]; | ||
} | ||
return String(index); | ||
return String(record[DS._path]); | ||
}; | ||
@@ -213,0 +213,0 @@ |
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
102414
32
3118