Comparing version 0.3.1 to 0.3.2
@@ -498,3 +498,3 @@ 'use strict'; | ||
isLastRow: i === list.length - 1 | ||
}, 'cell-' + i + '-' + column.id, column.renderLoading ? _jsx(column.renderLoading, { | ||
}, 'cell-' + i + '-' + column.id, _jsx(_DataCell.DataCellInner, {}, void 0, column.renderLoading ? _jsx(column.renderLoading, { | ||
self: column | ||
@@ -504,3 +504,3 @@ }, renderKey) : _jsx(_Placeloader2.default, { | ||
style: { float: column.textAlign || 'left' } | ||
}, renderKey)); | ||
}, renderKey))); | ||
} | ||
@@ -507,0 +507,0 @@ |
{ | ||
"name": "galahad", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "It's a data table, made in React.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -339,9 +339,11 @@ // @flow | ||
> | ||
{column.renderLoading ? <column.renderLoading key={renderKey} self={column} /> : ( | ||
<Placeloader | ||
key={renderKey} | ||
w="60px" | ||
style={{ float: column.textAlign || 'left' }} | ||
/> | ||
)} | ||
<DataCellInner> | ||
{column.renderLoading ? <column.renderLoading key={renderKey} self={column} /> : ( | ||
<Placeloader | ||
key={renderKey} | ||
w="60px" | ||
style={{ float: column.textAlign || 'left' }} | ||
/> | ||
)} | ||
</DataCellInner> | ||
</DataCell> | ||
@@ -348,0 +350,0 @@ ) |
Sorry, the diff of this file is not supported yet
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
260267
1523