mirror of
https://github.com/gosticks/react-table.git
synced 2026-09-07 09:40:27 +00:00
Fixed tbodystyle bug
This commit is contained in:
+1
-1
@@ -367,7 +367,7 @@ export default React.createClass({
|
||||
</TheadComponent>
|
||||
<TbodyComponent
|
||||
className={classnames(this.props.tbodyClassName)}
|
||||
style={classnames(this.props.tbodyStyle)}
|
||||
style={this.props.tbodyStyle}
|
||||
>
|
||||
{pageRows.map((row, i) => {
|
||||
const rowInfo = {
|
||||
|
||||
Reference in New Issue
Block a user